add: Add ggplot2 code to a tidyplot

addR Documentation

Add ggplot2 code to a tidyplot

Description

Add ggplot2 code to a tidyplot

Usage

add()

Value

A tidyplot object.

Examples

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


tidyplots documentation built on Jan. 8, 2026, 9:07 a.m.