Function that counts cells (number and proportion) above given values.
getPrecisionPar(rasterstack, checkVals, method = FALSE, nCluster = 20)Returns a dataframe of precision values at given threshold.
RasterStack of probability surfaces
vector of numeric 'threshold' values against which to calculate precision
is FALSE by default. If character vector, appends a column recording 'method' used.
is a numeric object specifying how many clusters to form and run in parallel.