library(ggplot2) # Loads the ggplot2 package bx <- ggplot(data = mtcars, ... You can generate a boxplot with colors that you specify by using the fill ...
確定! 回上一頁