getPrecisionPar {isocat} | R Documentation |
Calculate model precision at given threshold values (in parallel).
Description
Function that counts cells (number and proportion) above given values.
Usage
getPrecisionPar(rasterstack, checkVals, method = FALSE, nCluster = 20)
Arguments
rasterstack |
RasterStack of probability surfaces |
checkVals |
vector of numeric 'threshold' values against which to calculate precision |
method |
is FALSE by default. If character vector, appends a column recording 'method' used. |
nCluster |
is a numeric object specifying how many clusters to form and run in parallel. |
Value
Returns a dataframe of precision values at given threshold.
[Package isocat version 0.3.0 Index]