Boxplots of one numeric parameter grouped by a categorical column.
Examples
# \donttest{
data(wq_demo)
plot_box(wq_demo, "turbidez", by = "ponto")
# }
Boxplots of one numeric parameter grouped by a categorical column.
# \donttest{
data(wq_demo)
plot_box(wq_demo, "turbidez", by = "ponto")
# }