biomod2 (version 3.3-7.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.

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

See Also

BIOMOD_Projection, BIOMOD_Modeling, BIOMOD_EnsembleModeling, BIOMOD_EnsembleForecasting

Examples

Run this code
# NOT RUN {
showClass("BIOMOD.projection.out")
# }

Run the code above in your browser using DataCamp Workspace