basemap_limits: Define limits for a basemap

View source: R/basemap_limits.R

basemap_limitsR Documentation

Define limits for a basemap

Description

An internal function to define limits for a basemap

Usage

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.

Author(s)

Mikko Vihtakari

See Also

basemap basemap_data deg_grid deg_grid_polar


MikkoVihtakari/PlotSvalbard documentation built on July 12, 2022, 10:20 a.m.