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, ...)
A formula of response and explanatory variables
A data.frame includes response and explanatory variables
A list of factor detector results
Ignore
# NOT RUN { g1 <- gd(NDVIchange ~ Climatezone, data = ndvi_40) g1 # } # NOT RUN { data <- ndvi_40[,1:3] g2 <- gd(NDVIchange ~ ., data = data) g2 # } # NOT RUN { # }
Run the code above in your browser using DataLab