A web page presentation using R Markdown that features an interactive mtcars plot and table created with Plotly.
This is a 5 web page presentation using R Markdown that features a plot on mtcars data created with Plotly. It contains an interactive table (page 3) where you can move the columns around and an interactive plot with fitted loess line (mpg~disp).
Slide Presentation info: https://rpubs.com/asalimw/mtcarsPlotly2
In the interactive plot on page 4:
- You can view the car info by hovering over the point.
- You can click on the legend to show/hide the data
- You can zoom in the data by using your mouse and highlight the selected area and double click to zoom out.
mtcars info: https://stat.ethz.ch/R-manual/R-devel/library/datasets/html/mtcars.html