plot.coastline {oce}R Documentation

Plot a coastline

Description

Plot a coastline.

Usage

## S3 method for class 'coastline':
plot(x, ...)

Arguments

x A coastline object, e.g. as read by read.coastline.
... optional arguments passed to plotting functions.

Details

Plots a coastline.

Value

None.

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

References

http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html

See Also

summary.coastline summarizes the information, while read.coastline scans it from a file.

Examples

## Not run: 
library(oce)
cl <- read.coastline("7404.dat")
plot(cl)
## End(Not run)

[Package oce version 0.1.59 Index]