generate_day_cumbar_plot | R Documentation |
generate_day_cumbar_plot() creates a bar plot.
generate_day_cumbar_plot(
date_vec_list,
lbl_vec,
date_min,
date_max,
ylim = NULL,
ylbl = "Frequencies"
)
date_vec_list |
List of vectors containing dates |
lbl_vec |
Vector of strings containing the name of each group |
date_min |
Start date of the plot |
date_max |
End date of the plot |
ylim |
Numeric vector of length 2 that contains the min and max values of the y-axis |
ylbl |
String of the y-axis |
This function returns a ggplot object which contains a cumulative bar plot of frequencies by dates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.