Learn R Programming

oce (version 0.1.63)

plot.sealevel: Plot sealevel data

Description

Plot a summary diagram for sealevel data.

Usage

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

Arguments

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

Value

  • None.

Details

Creates a summary plot for a sea-level dataset.

See Also

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

Examples

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

Run the code above in your browser using DataLab