Skip to content

Question about Boxplots

2 messages · Bert Gunter, Rodrigo Medel

#
?par
?plot.default

In particular you want to set the ylim parameter. However, note that the
axis drawing procedures try to choose "pretty" axis labels. These can be
changed by using low level tools -- see ?axis.

Please also read "An Introduction to R" and other relevant docs before
posting. Base R is very well documented and you will find answers for many
questions readily available in its man pages. Also check the CRAN website
for other reference material and books that you may find useful in learning
R.

-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
 
"The business of the statistician is to catalyze the scientific learning
process."  - George E. P. Box
#
Hello,
I'm a new R user and I like to ask somethig about boxplots.
Is it possible to manipulate the Y axis scale? for instance if the default 
scale was from 1 to 7, is it possible to change it to 1 to 10?
Thanks!


Rodrigo Medel P.