————————————————————
Species
distribution modeling,
calibration and evaluation,
ensemble
modeling
————————————————————
https://biomodhub.github.io/biomod2/
install.packages("biomod2", dependencies = TRUE)
library(devtools)
::install_github("biomodhub/biomod2", dependencies = TRUE) devtools
biomod 4.2
- Terra Update! biomod2 4.2
is now available !
biomod2
now relies on the new terra
package
that aims at replacing raster
and sp
.biomod2
is still compatible with old format such as
RasterStack
and 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 secundary functions)ggplot2
biomod2
website has been created, with proper roxygen2
documentation and help vignettes