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-tp17541
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
2 matches
Mail list logo