This presentation introduces the MPG Explorer, an interactive Shiny application built using the mtcars dataset. It allows users to visualize relationships between variables and view summary statistics dynamically.
This presentation introduces the MPG Explorer, an interactive Shiny application built using the mtcars dataset. It allows users to visualize relationships between variables and view summary statistics dynamically.
The goal of this app is to: - Provide intuitive visualization of car performance metrics
- Allow users to compare any two variables
- Offer customizable point size
- Display summary statistics instantly
The app includes: - Dropdown menus to select X and Y axes
- Slider to modify point size
- Interactive scatter plot generated using ggplot2
- Reactive summary table
You can access the deployed application here:
The full app is built using: - shiny
- ggplot2
- mtcars dataset
Thank you for viewing this presentation!