summary.coastline {oce}R Documentation

Summarize a coastline data object

Description

Summarizes coastline length, bounding box, etc.

Usage

## S3 method for class 'coastline':
summary(object, ...)

Arguments

object A coastline object, e.g. as read by read.coastline.
... Passed to children.

Author(s)

Dan Kelley

References

http://www.ngdc.noaa.gov/mgg/shorelines/shorelines.html

See Also

The coastline object may be read with read.coastline and plotted with plot.coastline.

Examples

## Not run: 
library(oce)
cl <- read.coastline("7404.dat")
plot(cl)
## End(Not run)

[Package oce version 0.1-76 Index]