| summary.coastline {oce} | R Documentation |
Summarizes coastline length, bounding box, etc.
## S3 method for class 'coastline': summary(object, ...)
object |
A coastline object, e.g. as read by read.coastline. |
... |
Passed to children. |
Dan Kelley Dan.Kelley@Dal.Ca
http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html
The coastline object may be read with read.coastline
and plotted with plot.coastline.
## Not run:
library(oce)
cl <- read.coastline("7404.dat")
plot(cl)
## End(Not run)