Monday, April 8, 2013

RG#26: Plot of large number of data points (using IDPmisc)

# data 
x <- rnorm(100000, 50, 20)

y <-  x*0.6 + rnorm (100000, 0, 8)
y1 <- runif (100000, 0, 100)

#plot
require(IDPmisc) 
iplot(x, y)
iplot(x, y, pixs=2)



iplot(x = x, y = y1)








No comments:

Post a Comment

Note: Only a member of this blog may post a comment.