Guest User

Untitled

a guest
Jan 17th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. library(ggridges)
  2. library(ggplot2)
  3. ggplot(iris, aes(x = Sepal.Length, y = Species)) + geom_density_ridges()
Add Comment
Please, Sign In to add comment