[R] How to change font size?
Uwe Ligges
ligges at statistik.uni-dortmund.de
Wed Dec 5 15:44:45 CET 2001
Nick Kostrov wrote:
>
> Hello!
>
> Does anybody know how to change the font size of axis labels in the graphic
> window? I found that it is possible to change font to "bold" but labels are
> very tiny.
Have a look at ?par.
You can use the argument cex.axis for the size of tickmark labels and
cex.lab for axis annotation, e.g.:
Example:
plot(1:10, cex.axis=2, cex.lab=3)
Uwe
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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