Creating interactive maps in R

Published 2022-11-14
Two methods for creating interactive maps in R using the ggplot2, plotly, and sf packages.

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("raw.githubusercontent.com/jfrench/DataWrangleViz/m…",
"06-interactive-graphics-with-plotly.html")

All Comments (2)