isobath: Add isobaths to an existing plot (Kerguelen area)

Description Usage Arguments Details Examples

Description

Add isobaths to an existing plot (Kerguelen area)

Usage

1
isobath(depths = -1000, lty = 2, col = "gray", plot = TRUE, ...)

Arguments

depths

The isobath(s) which is(are) desired.

lty

The line type.

col

The line color.

plot

Should the lines be drawn ?

...

Other arguments to be passed to lines.

Details

Isobath at -1000 m corresponds approximatively to the Kerguelen shell boarder. See the documentation of the kerbathy dataset for more information about the data.

Examples

1
2
3
4
5
6
## Not run: 
# Require package 'sp' 
plot(c(68, 80), c(-54,-48), type = 'n', xlab = '', ylab = '')
isobath()

## End(Not run)

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