gg.world110_proj | R Documentation |
ggplot projected Natural Earth
This function creates a ggplot object of Earth from the 110m resolution Natural Earth dataset, and the function is useful for exploring different map projections.
gg.world110_proj(CRS = "EPSG:4326", df = NULL)
CRS |
Character string with name of EPSG or ESRI coordinate reference system ID. Default is 'EPSG:4326'. |
df |
Optional data frame with longitude and latitude coordinates (datum must be WGS84) in first two columns, respectively, for points that should be plotted on the map. |
ggplot object of Natural Earth data plotted using the projection specified by 'CRS' argument.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.