Hi all, I was wondering how to create a graph (boxplot) setting the y range of the graph manually. Something like this: >x <- c(1:100) >boxplot(x, yrange(0, 1000)) Thanks for your time, Adrian