| summary.sealevel {oce} | R Documentation |
Summarizes some of the data in a sealevel object.
## S3 method for class 'sealevel':
summary(object, ...)
## S3 method for class 'summary.sealevel':
print(x, digits=max(6, getOption("digits")-1), ...)
object |
an object of class "sealevel", usually, a result of a
call to read.sealevel, read.oce, or
as.sealevel. |
x |
an object of class "summary.sealevel", usually, a
result of a call to summary.sealevel. |
digits |
Number of digits to use in stats. |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented.
An object of class "summary.sealevel", which contains
pertinent information about the sealevel record and its processing.
Dan Kelley
The data may be read with read.sealevel, compiled
with as.sealevel, or plotted with.
library(oce) data(sealevel.hal) summary(sealevel.hal)