--- title: "Presentation" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Presentation} %\VignetteEngine{knitr::knitr} %\VignetteEncoding{UTF-8} --- *To follow **biomod2** evolution of organization and features, the presentation below details the different steps and modules of the package.*



Download pdf of WORKFLOW GRAPHIC

Download pdf of PRESENTATION

#### Data formatting : [BIOMOD_FormatingData](../reference/BIOMOD_FormatingData.html) - **Formatting data** : combine observations, coordinates and explanatory variables,
and sample pseudo-absences for presence-only data (*through [bm_PseudoAbsences](../reference/bm_PseudoAbsences.html)*) - **Cross-validation** : create calibration / validation datasets (*through [bm_CrossValidation](../reference/bm_CrossValidation.html)*) - **Modeling options** (*with the help of [ModelsTable](../reference/ModelsTable.html) and [OptionsBigboss](../reference/OptionsBigboss.html) datasets*) + Define specific options for single models (*through [bm_ModelingOptions](../reference/bm_ModelingOptions.html)*) + And tune with your own data (*through [bm_Tuning](../reference/bm_Tuning.html)*) #### Single models : [BIOMOD_Modeling](../reference/BIOMOD_Modeling.html) - **Evaluation** : transform predicted probabilities in binary values (*through [bm_BinaryTransformation](../reference/bm_BinaryTransformation.html)*),
and compute evaluation metrics (*through [bm_FindOptimStat](../reference/bm_FindOptimStat.html)*) - **Variables' importance** : estimate the impact of each explanatory variable on predictions (*through [bm_VariablesImportance](../reference/bm_VariablesImportance.html)*) #### Ensemble models : [BIOMOD_EnsembleModeling](../reference/BIOMOD_EnsembleModeling.html) - Filter single models based on one evaluation metric - Combine them according to different combinations - And build ensemble models #### Exploring outputs - Evaluation : [bm_PlotEvalMean](../reference/bm_PlotEvalMean.html), [bm_PlotEvalBoxplot](../reference/bm_PlotEvalBoxplot.html) - Variables' importance : [bm_PlotVarImpBoxplot](../reference/bm_PlotVarImpBoxplot.html) - Response curves : [bm_PlotResponseCurves](../reference/bm_PlotResponseCurves.html) #### Projecting models : [BIOMOD_Projection](../reference/BIOMOD_Projection.html), [BIOMOD_EnsembleForecasting](../reference/BIOMOD_BIOMOD_EnsembleForecasting.html) - Project models onto new conditions - Transform predicted probabilities in binary values (*through [bm_BinaryTransformation](../reference/bm_BinaryTransformation.html)*) #### Species range change : [BIOMOD_RangeSize](../reference/BIOMOD_RangeSize.html)