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