basemap_data: Create basemapData object for basemap plotting

View source: R/basemap_data.R

basemap_dataR Documentation

Create basemapData object for basemap plotting

Description

Internal function to create a basemapData object for basemap

Usage

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.

Author(s)

Mikko Vihtakari

See Also

basemap deg_grid deg_grid_polar


MikkoVihtakari/PlotSvalbard documentation built on May 20, 2024, 5:18 p.m.