plot_flag_count_bar_chart: Plot Flag Count

Description Usage Arguments Value Examples

View source: R/plot_functions.R

Description

Plot Flag Count

Usage

1

Arguments

flag_count

Dataframe, the output of count_flags()

Value

ggplot bar chart showing percent breakdown of flag_types by month and sensor

Examples

1
2
3
4
5
6
## Not run: 
flag_count <- count_flags(sms_flagged)

plot_flag_count_bar_chart(flag_count)

## End(Not run)

btaute/powerResource documentation built on Sept. 4, 2020, 4:36 p.m.