View source: R/SWD_analysis_helpers.R
or | R Documentation |
or calculates omission rates of numerical projections of ecological niche models based on one or multiple user-specified thresholds.
or(prediction, occ.tra, occ.test, threshold = 5)
prediction |
matrix of longitude and latidue coordinates, and Maxent
prediction obtained using the SWD format. Prediction coordinates must include
the ones in |
occ.tra |
numerical matrix containing coordinates of the occurrence data used to create the prediction to be evaluated; columns must be: longitude and latitude. |
occ.test |
numerical matrix containing coordinates of the occurrences used to test the prediction to be evaluated; columns must be: longitude and latitude. |
threshold |
(numeric) vector of value(s) from 0 to 100 that will be used as thresholds, default = 5. |
A named numeric value or numeric vector with the result(s).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.