AUROC | R Documentation |
Get AUROC
AUROC(r, df, th = 10^seq(-3, 0, length.out = 25), plot = TRUE)
r |
raster with binary predictions. |
df |
data.frame with locations (long, lat) and observed value (0, 1). |
th |
threshold to apply to binarize suitability. |
plot |
TRUE/FALSE, do you want to plot the AUROC curve? |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.