Description Usage Arguments Author(s) References Examples
bases on the corrplot package.
1 | plotPredCorr(predictors, subset = 1:20)
|
predictors |
Either A RasterStack of predictor Variables or a data.frame |
subset |
Indicates the predictors to use |
Hanna Meyer
Taiyun Wei (2013). corrplot: Visualization of a correlation matrix. R package version 0.73. http://CRAN.R-project.org/package=corrplot
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.