add | R Documentation |
Add ggplot2 code to a tidyplot
add()
A tidyplot
object.
study |>
tidyplot(x = treatment, y = score, color = treatment) |>
add(ggplot2::geom_point())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.