chiMaps {eRTG3D} | R Documentation |
Chi maps of two variables
Description
Calculates the chi maps for one rasterStack
or all raster all the raster pairs stored in two rasterStack
s.
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 |
|
stack2 |
|
verbose |
logical: print currently processed height band in raster stack? |
Value
A rasterStack
containing the chi maps.
Examples
print("tbd.")
[Package eRTG3D version 0.7.0 Index]