Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. mydata= rnorm(200, 3, 25) #raw data generation
  2.  
  3. mydata=as.integer(mydata) #float to integer type value conversion
  4.  
  5. hist(mydata, col = "yellow") # plot a histogram in yellow color
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement