oceSmooth | R Documentation |
Each data element is smoothed as a timeseries. For ADP data, this is done
along time, not distance. Time vectors, if any, are not smoothed. A good
use of oce.smooth
is for despiking noisy data.
oceSmooth(x, ...)
x |
an oce object. |
... |
parameters to be supplied to |
An oce object that has been smoothed appropriately.
Dan Kelley
The work is done with smooth()
, and the ...
arguments are handed to it directly by oce.smooth
.
library(oce)
data(ctd)
d <- oce.smooth(ctd)
plot(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.