powered by
Bar plot of IQA values per site/date. Requires an IQA column.
IQA
plot_iqa(df)
A ggplot object.
ggplot
Data frame returned by iqa() (or with equivalent columns).
iqa()
iqa(), plot_series(), plot_box()
plot_series()
plot_box()
# \donttest{ data(wq_demo) d <- iqa(wq_demo, na_rm = TRUE) plot_iqa(d) # }
Run the code above in your browser using DataLab