Skip to contents

Add ggplot2 code to a tidyplot

Usage

add()

Examples

study %>%
  tidyplot(x = treatment, y = score, color = treatment) %>%
  add(ggplot2::geom_point())