| summary.coastline {oce} | R Documentation |
Summarizes coastline length, bounding box, etc.
## S3 method for class 'coastline':
summary(object, ...)
## S3 method for class 'summary.coastline':
print(x, digits=max(6, getOption("digits")-1), ...)
object |
an object of class "coastline", usually, a result of a
call to read.coastline or read.oce. |
x |
an object of class "summary.coastline", usually, a
result of a call to summary.coastline. |
digits |
the number of significant digits to use when printing. |
... |
further arguments passed to or from other methods. |
An object of class "summary.coastline", which contains
pertinent information about the Lobo record and its processing.
Dan Kelley
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)