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 )
| type | See |
|---|---|
| limits | See |
| round.lat. | See |
| n.lat.grid. | See |
| round.lon. | See |
| n.lon.grid. | See |
| lat.interval. | See |
| lon.interval. | See |
| expar | Expansion parameter for |
| clip | Logical. Should shapefiles be clipped before plotting? |
| keep.glaciers. | See |
This is an internal function, which is automatically run by the basemap function. Common users do not need to worry about these details.