summary.sealevel {oce}R Documentation

Summarize a sealevel data object

Description

Summarizes some of the data in a sealevel object.

Usage

## S3 method for class 'sealevel':
summary(object, digits=4, ...)

Arguments

object A sealevel object, e.g. as read by read.sealevel.
digits Number of digits to use in stats.
... Passed to children.

Details

Pertinent summary information is presented.

Value

None.

Author(s)

Dan Kelley

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.hal)
summary(sealevel.hal)

[Package oce version 0.1-76 Index]