Learn R Programming

biomod2 (version 3.5.1)

BIOMOD.projection.out-class: BIOMOD_Projection() outputs objects class

Description

BIOMOD.projection.out object is created, used and returned by biomod2 functions. It contains information relative to projections of BIOMOD_Modeling outputs over a defined area. This object may be reused latter by BIOMOD_EnsembleForecasting function.

  • output of: BIOMOD_Projection

  • input of: BIOMOD_EnsembleForecasting

Arguments

Slots

proj.names:

"character", projection name (name of folder where projections are stored)

sp.name:

"character", species name

expl.var.names:

"character", explanatory variables names

models.projected:

"character", models projected names

scaled.models:

"logical", was projected models scaled?

modeling.object:

"BIOMOD.stored.data", associated modeling objects (link to)

modeling.object.id:

"character",id of associated modeling objects

type:

"character", type of projection done (array, data.frame, RasterStack, RasterLayer ...)

proj:

"BIOMOD.stored.data", object containing projected values

xy.coord:

"matrix", coordinates of projected points

Author

Damien Georges

See Also

BIOMOD_Projection, BIOMOD_Modeling, BIOMOD_EnsembleModeling, BIOMOD_EnsembleForecasting

Examples

Run this code
showClass("BIOMOD.projection.out")

Run the code above in your browser using DataLab