Advertisement
Guest User

Untitled

a guest
Mar 29th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. library(ggplot2)
  2. ggplot(df, aes(x)) + stat_ecdf(col = "red") +
  3. stat_bin(aes(y = cumsum(..density..)/
  4. sum(..density..)),
  5. alpha = 0.8)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement