Hello,

Something like this?


x <- runif(100, min = 2, max = 10)
boxplot(x, ylim = c(0, max(x)))


Hope this helps,

Rui Barradas

Em 13-06-2013 10:02, Shane Carey escreveu:
Hi,

I have a Tukey boxplot y-axis starting at 2.5, how do I force it's y-axis
to start a t zero

Thanks


______________________________________________
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