BIOMOD_ConvertOldRun: Convert objects and outputs from BIOMOD.xx into biomod2.xx...

Description Usage Arguments Details Value Author(s) See Also Examples

Description

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

Usage

1
2
BIOMOD_ConvertOldRun(savedObj,
                     path = NULL)

Arguments

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

Details

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...).

Value

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)

Author(s)

Damien Georges

See Also

BIOMOD_Modeling

Examples

1
2
3
## Not Done Yet ##
##
##

Example output

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.

biomod2 documentation built on May 2, 2019, 5:08 p.m.