Readers, For a command: x<-a data matrix y<-another data matrix z<-and another data matrix boxplot(c(x,y,z),las=1,xaxt="n",ylab="text",xlab="text",ylim=c(0,..?)) is it possible to specify only that the boxplot graph starts with value 0 at the bottom of the ordinate (y axis) and the maximum value is determined by data in x,y and z? Yours, rhelp at conference.jabber.org r251 mandriva2008
mamunbabu2001
2010-Sep-01 13:07 UTC
[R] How to specify only minimum ylim parameter for boxplot
Hi, I recently have a similar problem. since your post is about 4 months old I assume you have already got the answer. Try boxplot (data, ylim = c(min_lim, max_lim)) -- View this message in context: http://r.789695.n4.nabble.com/How-to-specify-only-minimum-ylim-parameter-for-boxplot-tp1754163p2403113.html Sent from the R help mailing list archive at Nabble.com.