[R] How to draw following plot in R?

RON70 ron_michael70 at yahoo.com
Sat Nov 22 11:43:12 CET 2008


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 the frequency of "data" for a particular "level"

Is there any R code(s) to doing that?

-- 
View this message in context: http://www.nabble.com/How-to-draw-following-plot-in-R--tp20635099p20635099.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list