Learn R Programming

GD (version 1.4)

gd: Calculate geographical detectors

Description

Calculate geographical detectors

Usage

gd(y, x)
\method{print}{gd}(result)
\method{plot}{gd}(result)

Arguments

y

A numeric vector of response variable

x

A vector or a data.frame of explanatory variables

result

A list of factor detector results

Examples

Run this code
# NOT RUN {
g1 <- gd(ndvi_40$NDVIchange, ndvi_40$Climatezone)
# g1

# }

Run the code above in your browser using DataLab