Predict the output for a new dataset from a trained '>Maxent model.
# S4 method for Maxent
predict(object, data, type = c("cloglog", "logistic",
"raw"), clamp = TRUE)
data.frame with the data for the prediction.
character MaxEnt output type, possible values are "cloglog", "logistic" and "raw", default is "cloglog".
logical for clumping during prediction, default is TRUE
.
A vector with the prediction
Used by the predict,SDMmodel-method
, not exported.
The function performs the prediction in R without calling the MaxEnt Java software. This results in a faster computation for large datasets. The results might differ slightly from the Java software output.
Wilson P.D., (2009). Guidelines for computing MaxEnt model output values from a lambdas file.