boxplot(mtcars$mpg ~ mtcars$cyl, main = "Box Plot of Mileage vs Number of Cylinders", xlab = "Number of Cylinders", ylab = "Miles per Gallon", col = "lightgreen")
I have this code and all the boxed are green, what can i add to this to make the boxes different colors