An internal function to define limits for a basemap

basemap_limits(
  limits,
  proj_deg = "+proj=longlat +datum=WGS84",
  type = MapType$map.type
)

Arguments

limits

See basemap

proj_deg

Projection for limits. Defaults to decimal degrees

type

Map type for output. Defines the used UTM projection (see basemap and map_type)

Details

This is an internal function, which is automatically run by the basemap function. Common users do not need to worry about these details.

See also