SOmap: Southern Ocean Map

Description Usage Arguments Examples

View source: R/SOmap.R

Description

Function for creating round Southern Ocean maps.

Usage

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

Arguments

Bathleg

Insert the bathymetry legend.

Border

Insert longitude border.

Trim

Longitude to trim map to.

Grats

Insert graticule grid.

straight

Do you need a blank space on the side for a straight legend.

land

Plot land boundary

fronts

Plot ocean fronts: Subantarctic Front, Polar Front, Southern Antarctic Circumpolar Current Front

frontcols

colors for fronts

@return Produces at the very base a round bathymetry map of the southern hemisphere.

bordercol

Colors for longitude border; Default is c("black","white").

gratcol

Color for graticule grid; Default is grey.

Examples

1
2
3
4
5
6
7
## Not run: 
Dat.Dir<-getwd()
png(paste(Dat.Dir,'/SOmap.png', sep=''), width=22, height=20, units='cm', res=600)
SOmap(Trim=-45, Grats=TRUE)
dev.off()

## End(Not run)

Maschette/SOmap documentation built on May 26, 2019, 3:30 a.m.