powered by
Function for ecological detector calculation, ecological matrix and visulization.
gdeco(formula, data = NULL) # S3 method for gdeco print(x, ...) # S3 method for gdeco plot(x, ...)
A formula of response and explanatory variables
A data.frame includes response and explanatory variables
A list of ecological detector results
Ignore
# NOT RUN { ge1 <- gdeco(NDVIchange ~ Climatezone + Mining, data = ndvi_40) ge1 # } # NOT RUN { data <- ndvi_40[,1:3] ge2 <- gdeco(NDVIchange ~ ., data = data) ge2 # } # NOT RUN { # }
Run the code above in your browser using DataLab