cumulative: Make maxent's cumulative output from raw output and (optionally) apply a threshold
Description
The function first converts the raw maxent output to cumulative (by sorting and calculating the cumulative sum).
Then the (optional) threshold is applied to return a binary map of the estimated range.
If threshold is NULL, the cumulative output is returned.
Usage
cumulative(x, threshold = NULL)
Arguments
x
raster* object of continuous (raw) maxent output
threshold
scalar value to threshold the continuous map into binary predictions