Boxplots in Base R

R base box plots: boxplot()

Box plot with multiple groups

boxplot(len ~ supp*dose, data = ToothGrowth,
        col = c("white", "steelblue"), frame = FALSE)