Re: [R] Force boxplot y-axis to zero

2013-06-13 Thread Shane Carey
Thanks that done the trick. Cheers On Thu, Jun 13, 2013 at 10:59 AM, Rui Barradas wrote: > 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, >

Re: [R] Force boxplot y-axis to zero

2013-06-13 Thread Rui Barradas
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] Force boxplot y-axis to zero

2013-06-13 Thread Shane Carey
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 -- Shane [[alternative HTML version deleted]] __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do