front: Add averaged oceonagraphic fronts to an existing plot

Description Usage Arguments Details Examples

Description

Add averaged oceonagraphic fronts to an existing plot

Usage

1
2
front(name = c("SACCF", "PF", "SAF", "SSTF"), col = 1:4, lwd = 2,
  rescaleLon = NULL, rescaleLat = NULL, ...)

Arguments

name

The name of the front(s) to add. To choose in c('SACCF', 'PF', 'SAF', 'SSTF', 'NSTF')

col

The colors associated with names.

lwd

The width of the line.

rescaleLon

If not NULL then rescale is called with these provided arguments.

rescaleLat

If not NULL then rescale is called with these provided arguments.

...

Other atguments to be passed to lines.

Details

See the documentation of the sofronts dataset for more information about the data.

Examples

1
2
plot(c(40, 120), c(-80,-30), type = 'n', xlab = '', ylab = '')
front()

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.