make.map.arctic: Make an Arctic Map

View source: R/map.test.R View source: R/map.test.R

make.map.arcticR Documentation

Make an Arctic Map

Description

An example map of the Arctic – basemap only. For a full test map call test.map.arctic()

Usage

make.map.arctic(
  coast = "coastline2",
  lon = 0,
  lat = 90,
  scale = 2850,
  p = NULL,
  dlat = 10,
  dlon = 60,
  land.col = "lightgray",
  draw.grid = TRUE
)

Arguments

coast

Should be the name of a coastline data object. A value of NULL sets the default cosatline to 'coastline2'.

p

a projection string, such as those generated by 'make.proj()'

dlat

The spacing for the latitude grid (in degrees)

dlon

The spacing for the longitude grid (in degrees)

land.col

A color string or value for the land polygon

Author(s)

Laura Whitmore


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.