14.4 Basic boxplot with colors

  • same as before, using “color =”
#dopt w/color changes
qplot(y = Sepal.Length,
      x = Species,    
        data = iris,
      geom = "boxplot",
      color = Species)