plotPredCorr: Plot correlation of predictors

Description Usage Arguments Author(s) References Examples

Description

bases on the corrplot package.

Usage

1
plotPredCorr(predictors, subset = 1:20)

Arguments

predictors

Either A RasterStack of predictor Variables or a data.frame

subset

Indicates the predictors to use

Author(s)

Hanna Meyer

References

Taiyun Wei (2013). corrplot: Visualization of a correlation matrix. R package version 0.73. http://CRAN.R-project.org/package=corrplot

Examples

1
2
3
4
5
 # stack  msg scenes:
msg_example <-getChannels(inpath=system.file("extdata/msg",package="Rainfall"))
data(rfeModel)
pred<-calculatePredictors(msg_example,model=rfeModel)
plotPredCorr(pred)

environmentalinformatics-marburg/Rainfall documentation built on May 16, 2019, 7:49 a.m.