powered by
Boxplots of one numeric parameter grouped by a categorical column.
plot_box(df, parametro, by = "ponto")
A ggplot object.
ggplot
Data frame with water quality data.
Character; name of the numeric parameter column.
Character; grouping column (e.g., "ponto").
plot_series(), plot_heatmap(), iqa()
plot_series()
plot_heatmap()
iqa()
# \donttest{ data(wq_demo) plot_box(wq_demo, "turbidez", by = "ponto") # }
Run the code above in your browser using DataLab