Learn R Programming

oce (version 0.1.69)

summary.sealevel: Summarize a sealevel data object

Description

Summarizes some of the data in a sealevel object.

Usage

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

Arguments

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

Value

  • No value is returned.

Details

Pertinent summary information is presented.

References

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

See Also

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

Examples

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

Run the code above in your browser using DataLab