subset,rsk-method {oce} | R Documentation |
Subset a rsk object. This function is somewhat analogous to
subset.data.frame
, but subsetting is only permitted by time.
## S4 method for signature 'rsk' subset(x, subset, ...)
x |
a |
subset |
a condition to be applied to the |
... |
ignored. |
A new rsk
object.
Dan Kelley
Other things related to rsk
data: [[,rsk-method
,
[[<-,rsk-method
, as.rsk
,
plot,rsk-method
, read.rsk
,
rsk-class
, rskPatm
,
rskToc
, rsk
,
summary,rsk-method
library(oce) data(rsk) plot(rsk) plot(subset(rsk, time < mean(range(rsk[['time']]))))