plot.coastline {oce} | R Documentation |
Plot a coastline.
## S3 method for class 'coastline': plot(x, ...)
x |
A coastline object, e.g. as read by read.coastline . |
... |
optional arguments passed to plotting functions. |
Plots a coastline.
None.
Dan Kelley Dan.Kelley@Dal.Ca
http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html
summary.coastline
summarizes the information, while
read.coastline
scans it from a file.
## Not run: library(oce) cl <- read.coastline("7404.dat") plot(cl) ## End(Not run)