HexaHits {SOMEnv} | R Documentation |
Hits distribution on the SOM map
Description
Plot a SOM map with filled hexagons according to the number of hits
Usage
HexaHits(hits, Coord, Row, Col, color = "black")
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 |
color |
color filling of the hexagons |
Value
Plot a SOM map with filled hexagons according to the number of hits
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
[Package SOMEnv version 1.1.2 Index]