make.map2: Make Map

make.map2R Documentation

Make Map

Description

Default settings are for Arctic, lowest resolution coastline. Exaples of projection arguments include: '+proj=stere +lat_0=90', '+proj=merc', '+proj=aea +lat_1=30 +lat_2=45 +lon_0=-120'.

Usage

make.map2(
  coast = NULL,
  lon = 0,
  lat = 0,
  scale = 1000,
  p = NULL,
  land.col = "lightgray",
  draw.grid = T,
  draw.axis = T,
  dlon = 60,
  dlat = 20,
  verbose = T
)

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()'

land.col

A color string or value for the land polygon

dlon

The spacing for the longitude grid (in degrees)

dlat

The spacing for the latitude grid (in degrees)

lon.min

The minimum longitude displayed on the map.

lon.max

The maximum longitude on the map

lat.min

The minimum latitude shown on the map

lat.max

The maximum latitude shown on the map

grid

Boolean, draw lat/lon grid?

Author(s)

Laura Whitmore

Thomas Bryce Kelly


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