Description Usage Arguments Details
Computation, significance assesment and display of spatial generic early warning signals (Moran's I, variance and skewness)
1 2 3 4 5 6 | generic_spews(
mat,
subsize = 4,
abs_skewness = FALSE,
moranI_coarse_grain = FALSE
)
|
mat |
A matrix (quantitative data), a binary matrix (TRUE/FALSE data), or a list of those |
subsize |
The subsize used for the coarse-graining phase (see Details) |
abs_skewness |
Should the absolute skewness be used instead of its raw values ? |
moranI_coarse_grain |
Should the input matrix be coarse-grained before computing the Moran's I indicator value ? |
generic_spews
has been renamed, please use
generic_sews
instead.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.