Learn R Programming

tikatuwq (version 0.9.0)

plot_iqa: Plot IQA by site/date

Description

Bar plot of IQA values per site/date. Requires an IQA column.

Usage

plot_iqa(df)

Value

A ggplot object.

Arguments

df

Data frame returned by iqa() (or with equivalent columns).

See Also

iqa(), plot_series(), plot_box()

Examples

Run this code
# \donttest{
data(wq_demo)
d <- iqa(wq_demo, na_rm = TRUE)
plot_iqa(d)
# }

Run the code above in your browser using DataLab