Usage
## S3 method for class 'oce':
window(x, start = NULL, end = NULL,
frequency = NULL, deltat = NULL, extend = FALSE,
which=c("time","distance"), indexReturn=FALSE,
debug=getOption("oceDebug"), ...)
Arguments
start
the start time (or distance) of the time (or space)
region of interest. This may be a single value or a vector.
end
the end time (or distance) of the time (or space)
region of interest. This may be a single value or a vector.
frequency
not permitted yet.
which
string containing the name of the quantity on which sampling is
done. Possibilities are "time"
, which applies the windowing on
the time
entry of the data
slot, and "distance"
, for
the
indexReturn
boolean flag indicating whether to return a list of the
"kept" indices for the time
entry of the data
slot, as well
as the timeSlow
entry, if there is one.. Either of these lists
will be NULL
debug
a flag that turns on debugging.