Re: [R] A rebel boxplot question

2007-10-09 Thread p.valdes
Rolf Turner wrote >Your example is a bit confusing --- Sorry, maybe I can provide a better example above of what I want. > ``add'' and ``col'' do not seem to be arguments for boxplot(). Are you sure? ;-) Maybe you could want to take a look to this: clyde <- rnorm(100) melvin <- sample(

Re: [R] A rebel boxplot question

2007-10-08 Thread p.valdes
Thanks to all for the answers --- Thierry : a very interesting answer... but I'm still trying to figure how to install ggplot2 :-) install.packages("ggplot") Warning in install.packages("ggplot2") : argument 'lib' is missing: using '...R/i486-pc-linux-gnu-library/2.5' ?? also installing

[R] A rebel boxplot question

2007-10-04 Thread p.valdes
Dear R list members I am trying to improve a boxplot with 2 data sets. I run somethinkg like boxplot(data1 ~ month, add=F, col = "red", ...) boxplot(data2 ~ month, add=T, col = "blue", ...) The problem is that the data from February are missing for data2, so R think that must take little more spa