NOmap: Northern Ocean Map

Description Usage Arguments Value Examples

Description

Function for creating round Northern Ocean maps.

Usage

1
2
3
4
NOmap(Bathleg = TRUE, Border = TRUE, Trim = 45, Grats = FALSE,
  straight = FALSE, land = TRUE, fronts = FALSE,
  frontcols = c("hotpink", "orchid", "plum"), bordercol = c("white",
  "black"), borderwidth = 2, gratcol = "grey70")

Arguments

Bathleg

logical: if TRUE, insert the bathymetry legend

Border

logical: if TRUE, insert longitude border

Trim

numeric: latitude to trim map to, set to 10 for effectively no trim

Grats

logical: if TRUE, insert graticule grid

straight

logical: if TRUE, leave a blank space on the side for a straight legend

land

logical: if TRUE, plot coastline

fronts

logical: if TRUE, plot ocean fronts (Subantarctic Front, Polar Front, Southern Antarctic Circumpolar Current Front)

frontcols

character: colours for fronts

bordercol

character: colours for longitude border

borderwidth

numeric: thickness (in degrees of latitude) of the border

gratcol

string: colour for graticule grid

Value

Produces at the very least a round bathymetry map of the southern hemisphere.

Examples

1
NOmap(Trim=-45, Grats=TRUE)

mdsumner/NOmap documentation built on May 13, 2019, 11:26 a.m.