Skip to contents

Use previously calculated thresholds to make trinary maps

Usage

trinaryMap(rModel, thr.roc.lo, thr.roc.hi, rasterOutputPath = NULL, ...)

Arguments

rModel

spatRaster representing continuous model predictions

thr.roc.lo

lower threshold value; typically determined from the output of `trinaryROCRoots()`

thr.roc.hi

upper threshold value; typically determined from the output of `trinaryROCRoots()`

rasterOutputPath

optional file name to write out a raster.

...

optional arguments to pass to `terra::writeRaster`

Value

a data.frame

Author

Cory Merow <cory.merow@gmail.com>