Guest User

Untitled

a guest
Jan 21st, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. library(ggplot2)
  2. ggplot(iris, aes(x=Sepal.Length, y = Sepal.Width, color=Species))+geom_line()
  3.  
  4. ggplot(iris, aes(x=Sepal.Length, y = Sepal.Width, color=Species, fill=Species))+geom_bar(stat='identity')
Add Comment
Please, Sign In to add comment