## S3 method for class 'ctd':
subset(x, subset, \dots)
ctd
object.data
portion of
x
. See ctd
object.subset.data.frame
, but only one independent variable may be
used in subset
in any call to the function, which means that
repeated calls will be necessary to, subset based on more than one
independent variable (e.g. time and distance).library(oce)
data(ctd)
plot(ctd)
plot(subset(ctd, pressure<10))
Run the code above in your browser using DataLab