Skip to content
Prev 325303 / 398506 Next

Force boxplot y-axis to zero

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: