Description Usage Arguments Value See Also Examples
The cline of a variable is the depth at which it varies most sharply along the cast; here it is computed as the maximum of the moving standard deviation over the (possibly smoothed) cast.
1 |
x |
vector of the variable of interest. It must have been recorded at approximately regular intervals (see |
depth |
vector of depths at which |
n.smooth |
integer, number of times to smooth the data before computing the moving standard deviation. |
k |
order of the window; the window size is 2k+1. |
When depth
is NULL
, return the index of x
corresponding to the cline, i
. When depth
is provided, return depth[i]
, the value of the depth of the cline.
slide()
for the underlying implementation of the moving standard deviation, smooth()
for smoothing.
Other functions computing remarkable depths: maxd
,
mld
, ze_from_chla
,
ze_from_par
,
ze_from_surface_chla
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.