# NOT RUN {
library(magrittr)
library(dplyr)
boxplot_data_frame(Theoph,c('Subject','conc'))
boxplot_data_frame(Theoph %>% filter(conc > 0),
c('conc','Subject'), log = TRUE, ref = c(2,5),horizontal = FALSE)
# }
Run the code above in your browser using DataLab