Learn R Programming

tidyplots (version 0.2.1)

add: Add ggplot2 code to a tidyplot

Description

Add ggplot2 code to a tidyplot

Usage

add()

Arguments

Value

A tidyplot object.

Examples

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

Run the code above in your browser using DataLab