biomod2 (version 3.3-7.1)

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

Description

Functions to get attributs of BIOMOD_Projection outputs

Usage


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

Arguments

...

extra arguments (see details)

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 correspunding file on hard drive.

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

help