View source: R/variableCorrelation.R
variableCorrelation | R Documentation |
Checks the correlation amongst the variables that contributes most to the species modelling with maxent.
variableCorrelation(occ, path, th = 0.7, original_format = ".asc")
occ |
table containing columns with the species name, longitude, and latitude. |
path |
character, the path to the folder containing the variables. |
th |
threshold of correlation. Default is 0.7. |
original_format |
character, indicates the format of the layers. |
This function return a table informing which variables are less correlated than the defined threshold.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.