Skip to content
Prev 320558 / 398506 Next

changing y-axis intervals in a boxplot

Hello,

You can use

axis(side=2, at=c(10, 30, 50, 70, 90))

or

axis(side=2, at=seq(10, 90, by = 20))

Hope this helps,

Rui Barradas

Em 29-03-2013 09:22, Berg, Tobias van den escreveu: