Calculates the chi maps for one rasterStack or all raster all the raster pairs stored in two rasterStacks.
As observed values, the first stack is used. The expected value is either set to the mean of the first stack, or if given
to be the values of the second stack.
Usage
chiMaps(stack1, stack2 = NULL, verbose = FALSE)
Arguments
stack1
rasterStack
stack2
rasterStackNULL or containing the same number of rasterLayers and has euqal extent and resolution.
verbose
logical: print currently processed height band in raster stack?