
————————————————————
Species distribution modeling,
calibration and evaluation,
ensemble modeling
————————————————————
install.packages("biomod2", dependencies = TRUE)
library(devtools)
devtools::install_github("biomodhub/biomod2", dependencies = TRUE)
All changes between versions are detailed in News.
NEW video tutorial in Videos !
biomod 4.3-4 - Abundance modelling, but better !
Please feel free to indicate if you notice some strange new behaviors !
BIOMOD_RangeSize becomes bm_RangeSize and the new BIOMOD_RangeSize accepts BIOMOD.projection.out objects. See News for more information.There is now a new data.type : multiclass for factor data but not ordered. It comes with two news ensemble models: EMmode and EMfreq (for the mode of the response and the frequency of that mode).
You can also welcome a new model DNN (for Deep Neural Network) with the package cito. It can be use for all datatypes. Be sure to have a look at the documentation of cito before, especially the part about the installation of torch.
Discover BIOMOD_Report, a new function to help you summarize all your modeling steps. Check the documentation and produce a beautiful report with all the information you need.
biomod 4.3 - Abundance modelling
You can now use non-binary data four your modelling. All the information can be found in the Abundance Vignette.
biomod 4.2-6 - Improved OptionsBigBoss and new model
OptionsBigboss. (This only affects the ANN, CTA and RF models.) You can check all your options with the get_options() function.biomod2 has a new model: RFd. It’s a Random Forest model with a down-sampling method.bm_PseudoAbsences() and BIOMOD_FormatingData().bm_ModelingOptions().

biomod 4.2-5 - Modeling options & Tuning Update
BIOMOD_ModelingOptions and BIOMOD_Tuning functions become secondary functions (bm_ModelingOptions and bm_Tuning), and modeling options can be directly built through BIOMOD_Modeling functionModelsTable and OptionsBigboss datasets (note that improvement of bigboss modeling options is planned in near future)biomod 4.2 - Terra Update
biomod2 now relies on the new terra package that aims at replacing rasterand sp.biomod2 is still compatible with old format such as RasterStackand SpatialPointsDataFrame.biomod2 function will sometimes return SpatRaster from package terra that you can always convert into RasterStack using function stack in raster.biomod 4.1 is now available
/!\ Package fresh start… meaning some changes in function names and parameters. We apologize for the trouble >{o.o}<
Sorry for the inconvenience, and please feel free to indicate if you notice some strange new behaviors !
BIOMOD_ for main functions, bm_ for secondary functions)ggplot2
biomod2 website has been created, with proper roxygen2 documentation and help vignettes