HexagonsClus {SOMEnv} | R Documentation |
SOM map with clusters
Description
Generates a SOM map colored according to cluster splitting
Usage
HexagonsClus(
Centroids,
Cluster,
BCentr,
Coord,
Row,
Col,
colSeq = rainbow(nrow(Centroids))
)
Arguments
Centroids |
Centroids matrix |
Cluster |
Vector containing cluster number assignment for prototypes |
BCentr |
Best Matching Unit of the cluster centroids |
Coord |
Prototype coordinates for plotting the map |
Row |
Number of SOM map rows |
Col |
Number of SOM map columns |
colSeq |
Color sequence for the clusters |
Value
A SOM map colored according to cluster splitting
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]