Description Usage Arguments Value
View source: R/maxent_selection.R
Select sets of uncorrelated variables for maxent modeling
1 2 | maxent_selection(x, p, cor_thresh = 0.7, con_thresh = 5,
return_model = TRUE, ...)
|
x |
A data frame of predictor variables. |
p |
A binary vector of presence/background values. |
cor_thresh |
Maximum level of Pearson's correlation for candidate variables. |
con_thresh |
Minimum percent contribution of candidate variables. |
return_model |
Boolean. Whether to return the maxent model object. Otherwise a vector with selected variables is returned. |
... |
arguments passed on to dismo::maxent() |
Maxent model or vector with selected variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.