This package ships with many spatial statistics methods as
SFEMethod
objects. The user can adapt the uniform user
interface of this package to other spatial methods by creating new
SFEMethod
objects. This function lists the names of all methods within
Voyager
, to use for the type
argument in
calculateUnivariate
, calculateBivariate
, and
calculateMultivariate
.
Examples
listSFEMethods("uni", "local")
#> name description
#> 1 localmoran Local Moran's I
#> 2 localmoran_perm Local Moran's I permutation testing
#> 3 localC Local Geary's C
#> 4 localC_perm Local Geary's C permutation testing
#> 5 localG Getis-Ord Gi(*)
#> 6 localG_perm Getis-Ord Gi(*) with permutation testing
#> 7 LOSH Local spatial heteroscedasticity
#> 8 LOSH.mc Local spatial heteroscedasticity permutation testing
#> 9 LOSH.cs Local spatial heteroscedasticity Chi-square test
#> 10 moran.plot Moran scatter plot