Learn R Programming

oce (version 0.1-76)

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, digits=4, \dots)

Arguments

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

Value

  • None.

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

Run the code above in your browser using DataLab