Learn R Programming

spatialwarnings (version 1.2)

generic_spews: (DEPRECATED) Generic Spatial Early-Warning signals

Description

Computation, significance assesment and display of spatial generic early warning signals (Moran's I, variance and skewness)

Usage

generic_spews(mat, subsize = 4, abs_skewness = FALSE,
  moranI_coarse_grain = FALSE)

Arguments

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 ?

Details

generic_spews has been renamed, please use generic_sews instead.