Learn R Programming

GD (version 10.5)

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
ge1 <- gdeco(NDVIchange ~ Climatezone + Mining, data = ndvi_40)
ge1
# \donttest{
data <- ndvi_40[,1:3]
ge2 <- gdeco(NDVIchange ~ ., data = data)
ge2
# }

Run the code above in your browser using DataLab