HexaHitsQuant {SOMEnv} | R Documentation |
Hits distribution on the SOM map
Description
Plot a SOM map with hits plotted as grayscale according to quartiles
Usage
HexaHitsQuant(hits, Coord, Row, Col)
Arguments
hits |
Vector with number of hits for each prototype |
Coord |
Prototype coordinates for plotting the map |
Row |
Number of SOM map rows |
Col |
Number of SOM map columns |
Details
The function plots a SOM map with hits represented as grayscale according to quartiles, from white (lower outliers) followed by grayscale (quartiles) and black (upper outiliers). The prototype with the maximum number of hits is represented by a red hexagon. The outilers and quartiles are evaluated by boxplot function applying default parameters.
Value
Plot a SOM map with hits represented as grayscale according to quartiles
Author(s)
Sabina Licen
References
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