## S3 method for class 'lisst}(x, subset, \dots)':
subsetundefined- x
{a lisst object.}
- subset
{a condition to be applied to the data portion of
x. See Details .}
- ...
{ignored.}
This function is somewhat analogous to
subset.data.frame, but subsetting is only permitted by time.
A new lisst object.
library(oce)
data(lisst)
plot(lisst)
plot(subset(lisst, time < mean(range(lisst[['time']]))))
[object Object]
misc