Learn R Programming

oce (version 0.2-1)

summary.sealevel: Summarize a sealevel object

Description

Summarizes some of the data in a sealevel object.

Usage

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

## 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
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.

Value

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

Details

Pertinent summary information is presented.

See Also

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

Examples

Run this code
library(oce)
data(sealevelHalifax)
summary(sealevelHalifax)

Run the code above in your browser using DataLab