Description Usage Arguments Value Examples
View source: R/plot_functions.R
Count the number of flags per month for the onsite measurements
1 | count_flags(sms_flagged)
|
sms_flagged |
A dataframe of onsite measurements and flags with tidy variables |
A dataframe with variables month, sensor, flag_type, n, perc where n is the count of flags and perc is the percent of datapoints for that month/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.