Predict the output for a new dataset from a trained Maxnet model.
Arguments
- object
Maxnet object.
- data
data.frame with the data for the prediction.
- type
character. Maxnet output type, possible values are "link", "exponential", "cloglog" and "logistic".
- clamp
logical for clumping during prediction.
Details
Used by the predict,SDMmodel-method, not exported.