plot.sealevel {oce} | R Documentation |
Plot a summary diagram for sealevel data.
## S3 method for class 'sealevel': plot(x, ...)
x |
A sealevel object, e.g. as read by read.sealevel . |
... |
optional arguments passed to plotting functions. |
Creates a summary plot for a sea-level dataset.
None.
Dan Kelley Dan.Kelley@Dal.Ca
summary.sealevel
summarizes the information, while
read.sealevel
scans it from a file.
## Not run: library(oce) data(sealevel) #sealevel <- read.sealevel("ftp://ilikai.soest.hawaii.edu/rqds/pacific/monthly/m652a.dat") plot(sealevel) ## End(Not run)