powered by
Add ggplot2 code to a tidyplot
add()
A tidyplot object.
tidyplot
study |> tidyplot(x = treatment, y = score, color = treatment) |> add(ggplot2::geom_point())
Run the code above in your browser using DataLab