HexagonsClus: SOM map with clusters

Description Usage Arguments Value Author(s) References

View source: R/HexagonsClus.R

Description

Generates a SOM map colored according to cluster splitting

Usage

1
2
3
4
5
6
7
8
9
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


SOMEnv documentation built on July 26, 2021, 5:06 p.m.

Related to HexagonsClus in SOMEnv...