[R] plot of a cut

Charles Raux Charles.Raux at let.ish-lyon.cnrs.fr
Thu Dec 7 17:12:21 CET 2000


I have made a cut of a numeric vector and try to plot it. However 
only half of the x-axis annotations (the labels) appear on the plot, 
apparently because of the font size. I have tried cex.lab, cex.axis 
(what is the difference?) etc. The x labels are never printed 
whatever value I use from 0.0005 to 20.  I can't obtain a way to 
make all the labels appear correctly. Between the short help page of 
plot and the long help page of par, I can't manage. Need some 
help. Thanks.
> table(clage)
clage
  (0,10]  (10,15]  (15,19]  (19,25]  (25,35]  (35,45]  (45,60] 
  (60,70] 
    1207     1134      947     1477     2154     2095     2732    
    1353 
(70,100] 
     898 
> plot(clage)
> plot(clage,cex.lab=0.5)
> plot(clage,cex.lab=1.5)
> plot(clage,cex.lab=0.05)
> plot(clage,cex.lab=20.05)
> plot(clage,cex.axis=20.05)
> plot(clage,cex.axis=0.5)
.....
---------------
Charles RAUX,
Laboratoire d'Economie des Transports
CNRS-Université Lumière Lyon 2-ENTPE
email : charles.raux at let.ish-lyon.cnrs.fr
http://www.ish-lyon.cnrs.fr/let
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list