Learn R Programming

biomod2 (version 2.0.0)

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 getFormalModel and the associated scaling GLM (if exists) with getScalingModel. 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