makepath: Tool for building decomposition pathways for HDECO

Description Usage Arguments Details Value Note Author(s) References See Also

Description

A tool for specifying the dimensions of a new decomposition pathway that provides a spreadsheet-style entry and editing environment for cell values.

Usage

1
makepath(NX = 2, NY = 6, NZ = 2, STEPS = 7, TITLE = "Custom Decomposition Path")

Arguments

NX

Integer: How many X-variables to add as columns in the decomposition path

NY

Integer: How many Y-variables to add as columns in the decomposition path

NZ

Integer: How many Z-variables to add as columns in the decomposition path

STEPS

Integer: How many rows, or decomposition steps, are to appear in the decomposition path

TITLE

String: A custom name given to this decomposition path

Details

The decomposition path dimensions must match the data entering the comparison. Each line will be executed sucessively and will control the operation of HDECO. Proper definition of the decomposition path is elemental to the successful running of HDECO. Once the dimensions are set, this function will provide a spreadsheet-style entry envirionment where the cell entries must be provided. When the spreadsheet is closed, the results are saved to an object called VFONAL. Subsequent calls to makepath will overwrite VFONAL; to mitigate this effect, rename VFONAL after its creation.

Value

This function returns a matrix with the dimensions defined above; it is called VFONAL. It will have an attribute cim that stores the custom title given to this decomposition path.

Note

Each row of the decomposition path is executed independently. Valid definition of the decomposition path is essential to the operation of HDECO. Numerous meaningless decomposition paths are possible. If unsure, begin with the examples provided in the references.

Author(s)

Tarmo K. Remmel

References

Remmel, T.K. and F. Csillag. 2006. Mutual information spectra for comparing categorical maps. International Journal of Remote Sensing 27(7)1425-1452.

See Also

hdeco


hdeco documentation built on May 30, 2017, 8:26 a.m.