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