View source: R/dead_functions.R
dsm.cor | R Documentation |
This function is deprecated, use dsm_cor.
dsm.cor( dsm.obj, Transect.Label = "Transect.Label", Segment.Label = "Segment.Label", max.lag = 10, resid.type = "scaled.pearson", fun = cor, ylim = c(0, 1), subset = "all", ... )
dsm.obj |
a fitted dsm object. |
Transect.Label |
label for the transect (default: |
Segment.Label |
label for the segments (default: |
max.lag |
maximum lag to calculate at. |
resid.type |
the type of residuals used, see
|
fun |
the function to use, by default |
ylim |
user defined limits in y direction. |
subset |
which subset of the data should the correlation function be calculated on? |
... |
other options to pass to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.