The modleR package wraps commonly used enm functions into a four-step
workflow: setup_sdmdata, do_any and do_many,
final_model and ensemble_model.
The four-step workflow implemented here to perform ecological niche modeling using functions from dismo package.
1. prepare data using setup_sdmdata()
2. run model(s) with do_any() or do_many() (for multiple
algorithms at a time
3. generate a final model per algorithm with final_model() and
4. create ensemble models (algorithm consensus) with ensemble_model()