## S3 method for class 'cm}(x, subset, \dots)':
subsetundefined- x
{a cm
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
.
A new cm
object.
library(oce)
data(cm)
plot(cm)
plot(subset(cm, time < mean(range(cm[['time']]))))
[object Object]
misc