Description Usage Arguments Value Examples
View source: R/RemCorrLayers.R
For a pair of correlated raster layers, this function will remove one. The output stack will have layers with a correlation between them below the user specified threshold.
1 | RemCorrLayers(in.stack, t.cor)
|
in.stack |
a RasterStack object |
t.cor |
the maximum allowed correlation between layers in the RasterStack. Must be a value between 0 and 1. |
A RasterStack of layers with correlation below the user specified correlation threshold.
1 | env.vars.uncorr <- RemCorrLayers(env.vars, 0.8)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.