biomod2 (version 3.5.1)

BIOMOD.projection.out-method: BIOMOD.projection.out getters

Description

Functions to get attributes of BIOMOD_Projection outputs

Usage


  get_projected_models(obj, ...)
  free(obj, ...)

Value

  1. get_predictions: an array or a data.frame containing models projections

  2. get_projected_models: character containing names of models that have been projected

  3. free: remove projection value from R memory and only keep the path to corresponding file on hard drive.

Arguments

obj

"BIOMOD.projection.out" object

...

extra arguments (see details)

Author

Wilfried Thuiller, Damien Georges

Details

... available values :

  • get_predictions

    • as.data.frame:"logical", return projections into a data.frame (TRUE) or an array (FALSE, default)

    • full.name:NULL or "character", full names of models you want to extract projections

    • model:NULL or "character", type name of models you want to extract projections

    • run.eval:NULL or "character", run name of models you want to extract projections

    • data.set:NULL or "character", dataset name of models you want to extract projections

See Also