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