| editor_options |
|
|---|
<!--
badge for github version :
badger::badge_github_version("biomodhub/biomod3", "blue")
-->
<style>
.zoom p {
width:800px;
margin-left: auto;
margin-right: auto;
}
.zoom p:hover {
width:1500px;
position: relative;
z-index: 10;
}
</style>
::: {align="center"}
------------------------------------------------------------
Toolkit to use with biomod2 package
------------------------------------------------------------
https://biomodhub.github.io/biomod2/ :::
- Development version
from biomodhub :
library(devtools)
devtools::install_github("biomodhub/biomod3", dependencies = TRUE)::: zoom
:::::: zoom
:::The functions BIOMOD_Wrap and BIOMOD_ProjectionWrap allows to:
- formatted the data and create single and ensemble models for the former
- made the projections for the single and the ensemble models for the latter
... in the same function.
MS_FormatingData, MS_Modeling, MS_EnsembleModeling,
MS_Projection and MS_EnsembleForecasting allows to do the same steps
than with biomod2 with several species in the same time.
-
bm_ShinyOptionsis a shiny app to help create customizedBIOMOD.models.options. You can adapt your options to yourBIOMOD.formated.dataand the CV table you already have in your environment. -
helpParamsis made to help with the differentparamslist used inBIOMOD_wrapand the others MS functions.


