Attach dataset “iris”. Download package “ggplot2”.

attach(iris)
library(ggplot2)

Draw graphs of sepal width against sepal length respectively for three species. plot of chunk unnamed-chunk-2

plot of chunk unnamed-chunk-3

plot of chunk unnamed-chunk-4