powered by
Function for calculating power determinant using factor detector of geographical detectors and visualization.
gd(formula, data = NULL) # S3 method for gd print(x, ...) # S3 method for gd plot(x, sig = TRUE, ...)
A formula of response and explanatory variables
A data.frame includes response and explanatory variables
A list of factor detector results
If TRUE, only spatial associations that are significant at the 0.05 level will be plotted; If FALSE, all spatial associations will be plotted.
Ignore
g1 <- gd(NDVIchange ~ Climatezone + Mining, data = ndvi_40) g1 plot(g1)
Run the code above in your browser using DataLab