UmatGraph {SOMEnv} | R Documentation |
U-matrix plot
Description
Plot of Unified Distance Matrix using a colored scale according to quartiles
Usage
UmatGraph(umat, Row, Col, colorscale = c("bw", "gs"))
Arguments
umat |
Unified Distance Matrix |
Row |
Number of SOM map rows |
Col |
Number of SOM map columns |
colorscale |
Either "bw" for grayscale or "gs" for green-white scale |
Details
The function plots a U-matrix map for the values of each modeled variable using a grayscale according to quartiles, from darker color (lower distances) to lighter color (higher distances). The quartiles are evaluated by boxplot function applying default parameters.
Value
Plot of Unified Distance Matrix using a grayscale or (green-white scale) according to quartiles
Author(s)
Sabina Licen
References
J. Vesanto, J. Himberg, E. Alhoniemi, J. Parhankagas, SOM Toolbox for Matlab 5, Report A57, 2000, Available at: www.cis.hut.fi/projects/somtoolbox/package/papers/techrep.pdf; Licen, S., Cozzutto, S., Barbieri, P. (2020) Aerosol Air Qual. Res., 20 (4), pp. 800-809. DOI: 10.4209/aaqr.2019.08.0414
See Also
boxplot, som_umatR