Learn R Programming

SDMtune (version 0.1.0)

predict,Maxent-method: Predict Maxent

Description

Predict output for a new dataset from a trained '>Maxent model.

Usage

# S4 method for Maxent
predict(object, data, type = c("cloglog", "logistic",
  "raw"), clamp = TRUE)

Arguments

object

'>Maxent object.

data

data.frame containing values used for the prediction.

type

character MaxEnt output type, possible values are "cloglog", "logistic" and "raw", default is "cloglog".

clamp

logical for clumping during prediction, default is TRUE.

Value

A vector with the prediction

Details

The function performs the prediction in R without calling the MaxEnt Java software. This results in a faster computation for large datasets.

References

Wilson P.D., (2009). Guidelines for computing MaxEnt model output values from a lambdas file.