Add ggplot2 code to a tidyplot
Examples
study %>%
tidyplot(x = treatment, y = score, color = treatment) %>%
add(ggplot2::geom_point())
Add ggplot2 code to a tidyplot
study %>%
tidyplot(x = treatment, y = score, color = treatment) %>%
add(ggplot2::geom_point())