# NOT RUN {
# make a basic plot
superbPlot(ToothGrowth, BSFactors = c("dose", "supp"),
variables = "len")
# make a basic plot with transparent elements
superbPlot(ToothGrowth, BSFactors = c("dose", "supp"),
variables = "len") + makeTransparent()
# }
Run the code above in your browser using DataLab