Learn R Programming

biomod2 (version 3.1-25)

BIOMOD.formated.data-class: BIOMOD_FormatingData() outputs objects class

Description

BIOMOD.formated.data objects are created, used and returned by BIOMOD functions. It's contains the minimal set of data biomod2 needs to work. Input data given to BIOMOD_FormatingData are rearanged to fit with BIOMOD_Modeling input format. All data are stored into matrix (even environemental raster) explaining why some objects appears to be quite heavy.

If you ask for pseudo absences selection in BIOMOD_FormatingData, you will get a BIOMOD.formated.data.PA, else you will get a BIOMOD.formated.data.PA object.

  • output of:
{BIOMOD_FormatingData} input of:{BIOMOD_Modeling}

Arguments

Examples

Run this code
showClass("BIOMOD.formated.data")

Run the code above in your browser using DataLab