DailyBar {SOMEnv} | R Documentation |
The function produces a plot representing the the daily percentage for each cluster
DailyBar(
experimental,
TrainClus,
Centroids,
colSeq = rainbow(nrow(data.frame(Centroids))),
Total = 1440,
xdim = 0.7,
ydim = 0.8
)
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 |
Plot of daily percentages for each cluster, the latter element in the legend represents percentage of not determined data
Sabina Licen
Licen, S., Cozzutto, S., Barbieri, P. (2020) Aerosol Air Qual. Res., 20 (4), pp. 800-809. DOI: 10.4209/aaqr.2019.08.0414