powered by
This function is somewhat analogous to subset.data.frame, but subsetting is only permitted by time.
subset.data.frame
# S4 method for sealevel subset(x, subset, ...)
A sealevel object, i.e. one inheriting from sealevel-class.
sealevel
sealevel-class
a condition to be applied to the data portion of x.
data
x
ignored.
A new sealevel object.
Other things related to sealevel data: [[,sealevel-method, [[<-,sealevel-method, as.sealevel, plot,sealevel-method, read.sealevel, sealevel-class, sealevelTuktoyaktuk, sealevel, summary,sealevel-method
[[,sealevel-method
[[<-,sealevel-method
as.sealevel
plot,sealevel-method
read.sealevel
sealevelTuktoyaktuk
summary,sealevel-method
# NOT RUN { library(oce) data(sealevel) plot(sealevel) plot(subset(sealevel, time < mean(range(sealevel[['time']])))) # }
Run the code above in your browser using DataLab