summary.coastline {oce} | R Documentation |
Summarizes coastline length, bounding box, etc.
## S4 method for signature 'coastline' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
A matrix containing statistics of the elements of the data
slot.
Dan Kelley
http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html
The documentation for coastline-class
explains the
structure of coastline objects, and also outlines the other functions
dealing with them.
library(oce) data(coastlineWorld) plot(coastlineWorld)