Learn R Programming

biomod2 (version 3.1-25)

biomod2_model-class: biomod2 models objects class and functions

Description

This objects represent all biomod2 models as it was a 'classical' Rmodel. It is produce during BIOMOD_Modeling step. It can be printed. predict function is also implemented for this object and supports data.frame and {RasterStack} inputs. You cen rise formal models with get_formal_model and the associated scaling GLM (if exists) with get_scaling_model. All this object have also their own predict function.

Arguments

Examples

Run this code
showClass("ANN_biomod2_model")

Run the code above in your browser using DataLab