powered by
Subset a rsk object. This function is somewhat analogous to subset.data.frame, but subsetting is only permitted by time.
subset.data.frame
# S4 method for rsk subset(x, subset, ...)
a rsk object, i.e. inheriting from rsk-class.
rsk
rsk-class
a condition to be applied to the data portion of x. See ‘Details’.
data
x
ignored.
A new rsk object.
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
[[,rsk-method
[[<-,rsk-method
as.rsk
plot,rsk-method
read.rsk
rskPatm
rskToc
summary,rsk-method
# NOT RUN { library(oce) data(rsk) plot(rsk) plot(subset(rsk, time < mean(range(rsk[['time']])))) # }
Run the code above in your browser using DataLab