Description Slots Author(s) See Also Examples
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
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
Damien Georges
BIOMOD_Projection, BIOMOD_Modeling, BIOMOD_EnsembleModeling, BIOMOD_EnsembleForecasting
1  | showClass("BIOMOD.projection.out")
 | 
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.