summary.sealevel {oce}R Documentation

Summarize a sealevel data object

Description

Summarizes some of the data in a sealevel object.

Usage

summary.sealevel(object, ...)

Arguments

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

Details

Pertinent summary information is presented.

Value

(fill in later)

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

References

ftp://ilikai.soest.hawaii.edu/rqds/hourly.fmt.

See Also

read.sealevel reads the information, while plot.sealevel plots it.

Examples

library(oce)
data(sealevel)
summary(sealevel)

[Package oce version 0.1.59 Index]