Learn R Programming

GD (version 1.4)

gdeco: Calculate ecological detectors and ecological matrix and visulization

Description

Calculate ecological detectors and ecological matrix and visulization

Usage

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

Arguments

y

A numeric vector of response variable

x

A vector or a data.frame of explanatory variables

result

A list of ecological detector results

Examples

Run this code
# NOT RUN {
ge1 <- gdeco(ndvi_40$NDVIchange, ndvi_40[,2:3])
# ge1

# }

Run the code above in your browser using DataLab