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