Message-ID: <51B997EA.1070803@sapo.pt>
Date: 2013-06-13T09:59:06Z
From: Rui Barradas
Subject: Force boxplot y-axis to zero
In-Reply-To: <CA+jRDxAqZBV4s8EthPqmrJnFU_ARZUY1djYoBv_4fDT2QHO-HA@mail.gmail.com>
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
>