make.map.nga: Make Map (NGA)

View source: R/map.test.R

make.map.ngaR Documentation

Make Map (NGA)

Description

An example map of the NGA – basemap only.

Usage

make.map.nga(
  coast = "coastline3",
  lon = -150,
  lat = 58,
  scale = 300,
  p = make.proj("stere", lat = 60, lon = -150),
  dlat = 3,
  dlon = 3,
  land.col = "#333333",
  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)

Thomas Bryce Kelly


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