Learn R Programming

oce (version 0.9-18)

summary.coastline: Summarize a coastline data object

Description

Summarizes coastline length, bounding box, etc.

Usage

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

Arguments

object
an object of class "coastline", usually, a result of a call to read.coastline or read.oce.
...
further arguments passed to or from other methods.

Value

  • A matrix containing statistics of the elements of the data slot.

References

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

See Also

The documentation for coastline-class explains the structure of coastline objects, and also outlines the other functions dealing with them.

Examples

Run this code
library(oce)
data(coastlineWorld)
plot(coastlineWorld)

Run the code above in your browser using DataLab