plot.sealevel {oce}R Documentation

Plot sealevel data

Description

Plot a summary diagram for sealevel data.

Usage

## S3 method for class 'sealevel':
plot(x, ...)

Arguments

x A sealevel object, e.g. as read by read.sealevel.
... optional arguments passed to plotting functions.

Details

Creates a summary plot for a sea-level dataset.

Value

None.

Author(s)

Dan Kelley Dan.Kelley@Dal.Ca

References

See Also

summary.sealevel summarizes the information, while read.sealevel scans it from a file.

Examples

## Not run: 
library(oce)
data(sealevel)
#sealevel <- read.sealevel("ftp://ilikai.soest.hawaii.edu/rqds/pacific/monthly/m652a.dat")
plot(sealevel)
## End(Not run)

[Package oce version 0.1.59 Index]