Re: [R] How to draw following plot in R?

2008-11-22 Thread Barry Rowlingson
2008/11/22 RON70 <[EMAIL PROTECTED]>: > > I want to draw following plot, given here > http://www.2shared.com/file/4327128/830b82c4/pic.html > for the following data : > > dat <- cbind(rnorm(100), sample(c(1:4), 1000, T)) > colnames(dat) <- c("data","level") > > Here x-axis should be on "data" and y

[R] How to draw following plot in R?

2008-11-22 Thread RON70
I want to draw following plot, given here http://www.2shared.com/file/4327128/830b82c4/pic.html for the following data : dat <- cbind(rnorm(100), sample(c(1:4), 1000, T)) colnames(dat) <- c("data","level") Here x-axis should be on "data" and y-axis is for "level" and z-axis should be to display