oceSmooth(x, ...)
oce
object.smooth
,
which does the actual work.class
"oce"
that has been
smoothed appropriately.oceSmooth
is for despiking
noisy data.smooth
, and the ...
arguments are handed to it directly by oceSmooth
.library(oce)
data(ctd)
d <- oceSmooth(ctd)
plot(d)
Run the code above in your browser using DataLab