A short interactive Shiny app to explore relationships in
mtcars
.
2025-09-16 20:41:02
We want an easy way for novices to visually explore relationships between car features (e.g., weight vs mpg) without writing R code.
MPG Explorer: Shiny app with: - Widget inputs (variable selectors, color, smoothing) - Plotly interactive scatterplot - Simple documentation embedded in the app
# This code will run during slidify and its output will be embedded
summary(mtcars$mpg)
## Min. 1st Qu. Median Mean 3rd Qu. Max.
## 10.40 15.43 19.20 20.09 22.80 33.90