[EMAIL PROTECTED] wrote:

> Good morning,
> i'm drawing a barplot (data are stored in a matrix,nrow=3,ncol=10). So i
> get 10 groups each containing 3 sub-bars. I need to change the range of
> the y-axis when i plot respectively the first and the other two sub-bars
> in each group. I can't manage. Could you help me?

 > barplot(matrix(rnorm(30), 10, 3))
 > barplot(matrix(rnorm(30), 10, 3), beside=TRUE)
> Thank you.
> Angela
> 
> ______________________________________________
> R-help@stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to