DailyBar {SOMEnv} | R Documentation |
Plot of daily percentages for each cluster
Description
The function produces a plot representing the the daily percentage for each cluster
Usage
DailyBar(
experimental,
TrainClus,
Centroids,
colSeq = rainbow(nrow(data.frame(Centroids))),
Total = 1440,
xdim = 0.7,
ydim = 0.8
)
Arguments
experimental |
Experimental data (must contain variable "date") |
TrainClus |
Vector containing cluster number assignment for experimental data |
Centroids |
Centroids matrix |
colSeq |
Color sequence for the clusters |
Total |
Number of observations per day |
xdim |
x axes label dimensions |
ydim |
y axes label dimensions |
Value
Plot of daily percentages for each cluster, the latter element in the legend represents percentage of not determined data
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]