gg.world110_proj: ggplot projected Natural Earth This function creates a ggplot...

View source: R/create.outer.R

gg.world110_projR 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.

Description

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.

Usage

gg.world110_proj(CRS = "EPSG:4326", df = NULL)

Arguments

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.

Value

ggplot object of Natural Earth data plotted using the projection specified by 'CRS' argument.


JeffWeinell/misc.wrappers documentation built on Sept. 20, 2023, 12:42 p.m.