subset.lobo {oce} | R Documentation |
Subset an lobo (acoustic Doppler profile) object
## S4 method for signature 'lobo' subset(x, subset, ...)
x |
a |
subset |
a condition to be applied to the |
... |
ignored. |
This function is somewhat analogous to
subset.data.frame
, except that subsets can only be specified
in terms of time
.
A new lobo
object.
Dan Kelley
library(oce) data(lobo) plot(lobo) plot(subset(lobo, time < mean(range(lobo[['time']]))))