Description
This Class represents an SDMmodel object and hosts all the information
related to the model.
Usage
# S4 method for SDMmodel
show(object)
Arguments
- object
SDMmodel object
Slots
data
SWD object. The data used to train the model.
model
An object of class ANN, BRT,
RF, Maxent or Maxnet.