BoxClus {SOMEnv} | R Documentation |
Boxplot of prototype variables split by cluster and variable
Description
Boxplot function is used, box whiskers are omitted
Usage
BoxClus(Dms, codebook, Cluster, Centroids)
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 |
De-normalized prototype codebook |
Cluster |
Vector containing cluster number assignment for prototypes |
Centroids |
Centroids matrix |
Value
Boxplot of prototype variables split by cluster
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
[Package SOMEnv version 1.1.2 Index]