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_ShinyOptions
is a shiny app to help create customizedBIOMOD.models.options
. You can adapt your options to yourBIOMOD.formated.data
and the CV table you already have in your environment. -
helpParams
is made to help with the differentparams
list used inBIOMOD_wrap
and the others MS functions.