calculateRVA {MIAmaxent} | R Documentation |
Calculates variable contributions as RVA
Description
Calculates the Relative Variation Accounted for (Halvorsen et al.
2015), for the selected model or a chosen model from the results of
selectEV
.
Usage
calculateRVA(selectedEV, formula = NULL)
Arguments
selectedEV |
The list returned by |
formula |
If null, RVA is calculated for the selected model in
|
References
Halvorsen, R., Mazzoni, S., Bryn, A., & Bakkestuen, V. (2015). Opportunities for improved distribution modelling practice via a strict maximum likelihood interpretation of MaxEnt. Ecography, 38(2), 172-183.
Examples
## Not run:
# From vignette:
calculateRVA(grasslandEVselect, formula("~ prbygall + geoberg + lcucor1 +
tertpi09 + geolmja1"))
## End(Not run)
[Package MIAmaxent version 1.3.0 Index]