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.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to