subset.cm {oce} | R Documentation |
Subset a cm (current meter) object
## S4 method for signature 'cm' subset(x, subset, ...)
x |
a |
subset |
a condition to be applied to the |
... |
ignored. |
This function is somewhat analogous to subset.data.frame
.
A new cm
object.
Dan Kelley
library(oce) data(cm) plot(cm) plot(subset(cm, time < mean(range(cm[['time']]))))