summary.sealevel {oce}R Documentation

Summarize a sealevel object

Description

Summarizes some of the data in a sealevel object.

Usage

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

## S3 method for class 'summary.sealevel':
print(x, digits=max(6, getOption("digits")-1), ...)

Arguments

object an object of class "sealevel", usually, a result of a call to read.sealevel, read.oce, or as.sealevel.
x an object of class "summary.sealevel", usually, a result of a call to summary.sealevel.
digits Number of digits to use in stats.
... further arguments passed to or from other methods.

Details

Pertinent summary information is presented.

Value

An object of class "summary.sealevel", which contains pertinent information about the sealevel record and its processing.

Author(s)

Dan Kelley

See Also

The data may be read with read.sealevel, compiled with as.sealevel, or plotted with.

Examples

library(oce)
data(sealevel.hal)
summary(sealevel.hal)

[Package oce version 0.1-80 Index]