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

Description Slots Author(s) See Also Examples

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.

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(s)

Damien Georges

See Also

BIOMOD_Projection, BIOMOD_Modeling, BIOMOD_EnsembleModeling, BIOMOD_EnsembleForecasting

Examples

1
showClass("BIOMOD.projection.out")

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.1 loaded.

Type browseVignettes(package='biomod2') to access directly biomod2 vignettes.
Class "BIOMOD.projection.out" [package "biomod2"]

Slots:
                                                               
Name:          proj.names            sp.name     expl.var.names
Class:          character          character          character
                                                               
Name:    models.projected      scaled.models    modeling.object
Class:          character            logical BIOMOD.stored.data
                                                               
Name:  modeling.object.id               type               proj
Class:          character          character BIOMOD.stored.data
                         
Name:            xy.coord
Class:             matrix

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