Skip to content
Discussion options

You must be logged in to vote

Unfortunately, this was not possible. However, I just pushed a fix to the development version of tidyplots.

To test it, install the development version

install.packages("devtools")
devtools::install_github("jbengler/tidyplots")

And try this:

study %>% 
  tidyplot(x = treatment, y = score) %>% 
  add_mean_bar() %>%
  save_plot("delete_me.png", view_plot = FALSE)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by h4rvey-g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants