summary.sealevel {oce} | R Documentation |
Summarizes some of the data in a sealevel object.
## S4 method for signature 'sealevel' summary(object, ...)
object |
an object of class |
... |
further arguments passed to or from other methods. |
Pertinent summary information is presented.
A matrix containing statistics of the elements of the data
slot.
Dan Kelley
The documentation for sealevel-class
explains the
structure of sealevel objects, and also outlines the other functions
dealing with them.
library(oce) data(sealevel) summary(sealevel)