Calculates the modified z-score for all cells in a raster
raster.Zscore(x, p.value = FALSE, file.name = NULL, ...)
x | A raster class object |
---|---|
p.value | Return p-value rather than z-score raster (FALSE/TRUE) |
file.name | Name of raster written to disk |
... | Additional arguments passed to writeRaster |
raster class object or raster written to disk
Since this functions needs to operate on all of the raster values, it is not memory safe
Jeffrey S. Evans <jeffrey_evans@tnc.org>