Description Usage Arguments Details Value Author(s) See Also Examples
This function converts workspace, modelling outputs, results and objects created with version xx of BIOMOD into biomod2 objects and re-organized the directories to be used with biomod2
1 2 | BIOMOD_ConvertOldRun(savedObj,
path = NULL)
|
savedObj |
a BIOMOD.1.xx workspace image. It's a .Rdata file named 'Biomod_run.RData' for plurispecific run or Your_Species_Name.RData if you have done monospecific modelling |
path |
Optional path to your 'savedObj' if you don't have give the full path to the object |
This function is useful to convert former BIOMOD runs into the new biomod2 object structure. This is mostly interesting in the case users want to relaunched some projections or analyses within the biomod2 new structure. Returned 'BIOMOD.models.out' objects can be then used as classic object for making projections for instance (BIOMOD_Projection
).
Be aware that because biomod2 has strongly changed between the first and second version, some new additional functions and information could not be used with converted objects (i.e. Calibration Lines access, Maxent run, SRE projections...).
A list of 'BIOMOD.models.out' (one per species modeled) containing information of your old run. Specific directories are also created on your hard drive (see BIOMOD_Modeling
)
Damien Georges
1 2 3 | ## Not Done Yet ##
##
##
|
Loading required package: sp
Loading required package: raster
Loading required package: parallel
Loading required package: reshape
Loading required package: ggplot2
biomod2 3.3-7 loaded.
Type browseVignettes(package='biomod2') to access directly biomod2 vignettes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.