July 11, 2025

Slide 1: Introduction

This Shiny app, Car Performance Explorer, lets users interactively explore the mtcars dataset to compare car performance metrics.

  • Date: July 9, 2025
  • Purpose: Help users analyze fuel efficiency, horsepower, and car weight.

Slide 2: App Features

  • Filters: Select cars by number of cylinders (4, 6, 8, or All) and transmission type (Automatic, Manual, or All).
  • Visualization: Interactive Plotly scatter plot of MPG vs. horsepower, with bubble sizes representing car weight.
  • Summary: Displays a table summarizing filtered data.

Slide 3: Interactive Plot Example

## Warning: `line.width` does not currently support multiple values.

Slide 4: Why Use This App?

  • User-Friendly: Simple interface with clear instructions for novice users.
  • Interactive: Hover over plot points to see car details, zoom, or pan.
  • Practical: Useful for car enthusiasts or buyers comparing performance metrics.

Try it at: ShinyApps.io Link (replace with your app’s URL).

Slide 5: Conclusion

The Car Performance Explorer makes data exploration fun and accessible.

  • Code: Available at GitHub Repository (replace with your repo URL).
  • Deployed: Hosted on ShinyApps.io.
  • Explore Now: Visit the app to filter and visualize car data interactively!