Description Usage Arguments Value Examples
View source: R/plot_functions.R
Plot Flag Count
1 | plot_flag_count_bar_chart(flag_count)
|
flag_count |
Dataframe, the output of count_flags() |
ggplot bar chart showing percent breakdown of flag_types by month and sensor
1 2 3 4 5 6 | ## Not run:
flag_count <- count_flags(sms_flagged)
plot_flag_count_bar_chart(flag_count)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.