Data from maps package. All datasets provides either as SpatialPolygonsDataFrame
objects or, with .df, as data.frame
objects
1 2 |
1 2 3 4 5 | data(worldmap)
plot(worldmap, type="l")
data(worldmap.df)
ggplot(worldmap.df, aes(x=longitude, y=latitude))+geom_path()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.