an indication of the subsampling. The first element is
selected, then the 1+by element, etc.
method
only one is provided at the moment: direct, which
indicates straight decimate, or subsampling.
filter
a list of numbers representing a digital filter to be
applied to each variable in x$data before decimation is
done. This must be supplied if method="filter".
Value
An object of class"oce" that has been
subsampled appropriately.
Details
Later on, other methods will be added, and
ctd.decimate will be retired in favour of this, a more
general, function. The filtering is done with the
filter function of the stats package.
See Also
Filter coefficients may be calculated using
make.filter. (Note that ctd.decimate will be
retired when the present function gains equivalent functionality.)