# NOT RUN {
# Load data
data("ToothGrowth")
df <- ToothGrowth
# Basic plot
p <- ggboxplot(df, x = "dose", y = "len")
p
# Change panel background color
p +
bgcolor("#BFD5E3")+
border("#BFD5E3")
# }
Run the code above in your browser using DataLab