Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

predict-Maxent-method

Predict Maxent


Description

Predict the output for a new dataset from a trained Maxent model.

Usage

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

Arguments

object

Maxent object.

data

data.frame with the data 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.

Details

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 and might result in a slightly different output compared to the Java software.

Value

A vector with the prediction

Author(s)

Sergio Vignali

References

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


SDMtune

Species Distribution Model Selection

v1.1.4
GPL-3
Authors
Sergio Vignali [aut, cre] (<https://orcid.org/0000-0002-3390-5442>), Arnaud Barras [aut] (<https://orcid.org/0000-0003-0850-6965>), Veronika Braunisch [aut] (<https://orcid.org/0000-0001-7035-4662>), Conservation Biology - University of Bern [fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.