Learn R Programming

oce (version 0.1.63)

plot.coastline: Plot a coastline

Description

Plot a coastline.

Usage

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

Arguments

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

Value

  • None.

Details

Plots a coastline.

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

Run this code
library(oce)
data(coastline)
plot(coastline)

Run the code above in your browser using DataLab