Internal function to create a basemapData
object for basemap
basemap_data(
limits = NULL,
data = NULL,
shapefiles = NULL,
bathymetry = FALSE,
glaciers = FALSE,
resolution = "low",
lon.interval = NULL,
lat.interval = NULL,
expand.factor = 1.1,
rotate = FALSE,
verbose = TRUE
)
See basemap
See basemap
See basemap
See basemap
See basemap
See basemap
See basemap
See auto_limits
See basemap
See basemap
A list of class basemapData
containing information required for plotting a basemap
.
This is an internal function, which is automatically run by the basemap
function. Common users do not need to worry about these details.