Internal function to create a basemapData object for basemap

basemap_data(
  type,
  limits = NULL,
  round.lat. = round.lat,
  n.lat.grid. = n.lat.grid,
  round.lon. = round.lon,
  n.lon.grid. = n.lon.grid,
  lat.interval. = lat.interval,
  lon.interval. = lon.interval,
  expar = 0,
  clip = TRUE,
  keep.glaciers. = keep.glaciers
)

Arguments

type

See basemap

limits

See basemap

round.lat.

See basemap

n.lat.grid.

See basemap

round.lon.

See basemap

n.lon.grid.

See basemap

lat.interval.

See basemap

lon.interval.

See basemap

expar

Expansion parameter for deg_grid

clip

Logical. Should shapefiles be clipped before plotting?

keep.glaciers.

See basemap

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