Make trinary maps
trinaryMap.Rd
Use previously calculated thresholds to make trinary maps
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`