Displaying 1 result from an estimated 1 matches for "clage".
Did you mean:
  cage
  
2000 Dec 07
0
plot of a cut
...xis 
(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...