Learn R Programming

GD (version 1.6)

gdeco: Geographical detectors: ecological detector.

Description

Function for ecological detector calculation, ecological matrix and visulization.

Usage

gdeco(formula, data = NULL)
# S3 method for gdeco
print(x, ...)
# S3 method for gdeco
plot(x, ...)

Arguments

formula

A formula of response and explanatory variables

data

A data.frame includes response and explanatory variables

x

A list of ecological detector results

...

Ignore

Examples

Run this code
# 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