computePRcurve | R Documentation |
Compute a Precision-Recall (PR) curve and AUC value for a maxnet model
computePRcurve(thisModel, occSWD, bkgSWD, responseType = "cloglog")
thisModel |
maxnet object. A maxnet object representing the fitted model |
occSWD |
data.frame. Environmental data for presence or occurrence records in MaxEnt SWD format |
bkgSWD |
data.frame. Environmental data for background locations in MaxEnt SWD format |
responseType |
Character. A MaxEnt response scale; one of "link", "exponential", "logistic" or "cloglog". Default is "cloglog" |
A PR curve object produced by the function pr.curve in the package PRROC
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.