Usage
hdeco(BE1 = demoimage1, BE2 = demoimage2, MICIKE = decomppath, MSK = FALSE, MASK = NULL, fnev = "", AutoDecoPath = FALSE, JPG = FALSE, zsir = FALSE, MULTIX = FALSE, RECODEX = FALSE, NXRECODES = 1, LUTX = NULL, RECODEZ = FALSE, NZRECODES = 1, LUTZ = NULL, HISTOGRAM = FALSE, Z1DROP = FALSE, OMITX1 = FALSE, PS = FALSE)
Arguments
BE1
Required: Input categorical map 1 matrix object.
BE2
Input categorical map 2 matrix object (Required if comparing BE1 to BE2).
MICIKE
Required: The decomposition path definition matrix.
MSK
Boolean: TRUE if automatic filtering of zero values is to take place, otherwise FALSE
MASK
If a mask is to be applied, enter the object name.
fnev
ASCII filename to where text results are to be written. If NULL, results are displayed in the command window.
AutoDecoPath
Boolean: if TRUE, a default decomposition path is used - use extreme caution, this is not recommended!
JPG
Boolean: TRUE if graphic results are to be saved in JPEG format, otherwise FALSE to have graphics only displayed in a graphics window.
zsir
Outdated and should be removed in a subsequent version - ignore.
MULTIX
Boolean: TRUE if multiple X-variables will be used, otherwise FALSE.
RECODEX
Boolean: TRUE if X-variables will be recoded.
NXRECODES
Integer: Number of X-variables recodes will be provided by the lookup table.
LUTX
Lookup table for recoding X-variables.
RECODEZ
Boolean: TRUE if Z-variables will be recoded, otherwise FALSE.
NZRECODES
Integer: Indicate how many Z-variable recodes will be provided by the lookup table.
LUTZ
Lookup table for recoding Z-variables.
HISTOGRAM
Boolean: TRUE if histograms of the map(s) are to be drawn, otherwise FALSE.
Z1DROP
Boolean: TRUE if the Z1-variable is to be dropped from the multidimensional array construction. If the Z-variable is recoded and the original data (Z1) are not required, dropping this variable can save considerable space and processing time.
OMITX1
Boolean: TRUE if the X1-variable is to be dropped from the multidimensional array construction. If the Z-variable is recoded and the original data (Z1) are not required, dropping this variable can save considerable space and processing time.
PS
Bolean: TRUE if Postscript versions of the graphics are to be generated, otherwise FALSE.