A demonstration of the simplest approach to create interactive graphics in R. This is done using the plotly package. A more lengthier explanation of using the plotly package for interactive graphic is available at • Interactive R graphics with plotly: 2 appr... .
The example uses the penguins data set from the palmerpenguins package.
An html version of this material used in the video can be downloaded to your current working direction (run `getwd()` in the Console to see where this is) by running the following command in the R Console:
download.file("https://raw.githubusercontent.com/jfr...",
"06-interactive-graphics-with-plotly.html")