HexagonsVar {SOMEnv} | R Documentation |
Heatmaps
Description
Multiple plots that show the distribution of the modeled variables on the SOM map
Usage
HexagonsVar(Dms, codebook, Coords, Row, Col)
Arguments
Dms |
A vector of length 2, where the first argument specifies the number of rows and the second the number of columns of plots (see mfrow in par) |
codebook |
SOM codebook |
Coords |
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 for the values of each modeled variable using a grayscale according to quartiles, from white (lower outliers), followed by grayscale (quartiles) and black (upper outiliers). The outilers and quartiles are evaluated by boxplot function applying default parameters.
Value
SOM map plots for the values of each modeled variable using a 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, par