DailyBar: Plot of daily percentages for each cluster

Description Usage Arguments Value Author(s) References

View source: R/DailyBar.R

Description

The function produces a plot representing the the daily percentage for each cluster

Usage

1
2
3
4
5
6
7
8
9
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


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

Related to DailyBar in SOMEnv...