HexaHitsQuant: Hits distribution on the SOM map

Description Usage Arguments Details Value Author(s) References See Also

View source: R/HexaHitsQuant.R

Description

Plot a SOM map with hits plotted as grayscale according to quartiles

Usage

1
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


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

Related to HexaHitsQuant in SOMEnv...