summary,rsk-method {oce} | R Documentation |
Summarize a rsk Object
Description
Summarizes some of the data in a rsk object, presenting such information as the station name, sampling location, data ranges, etc.
Usage
## S4 method for signature 'rsk'
summary(object, ...)
Arguments
object |
An rsk object. |
... |
Further arguments passed to or from other methods. |
Author(s)
Dan Kelley
See Also
The documentation for rsk explains the structure of CTD objects, and also outlines the other functions dealing with them.
Other things related to rsk data:
[[,rsk-method
,
[[<-,rsk-method
,
as.rsk()
,
ctdFindProfilesRBR()
,
plot,rsk-method
,
read.rsk()
,
rsk-class
,
rskPatm()
,
rskToc()
,
rsk
,
subset,rsk-method
Examples
library(oce)
data(rsk)
summary(rsk)
[Package oce version 1.8-2 Index]