[R] Font

Aleksey Naumov naumov at buffalo.edu
Tue Dec 9 05:34:26 CET 2003


Use 'pointsize' argument, see ?postscript. This will proportionately scale
all plot elements: title, axes labels and annotations, and plotting
symbols (pch). If you want to control them separately, you may have to use
the cex* parameters directly: cex, cex.axis, cex.lab, etc, see ?par.

Best
Aleksey

On Tue, 9 Dec 2003, Savano wrote:

> UseR's,
> 
> I run R on Red Hat linux 8.  I did some graphics using:
> 
> 	ps.options(paper="a4",horizontal=T,family="Times");
> 
> 	postscript(file="boxplotdistancia.eps");
> 	boxplot(distancia);
> 	dev.off()
> 
> How I change the font size?
> 
> Thanks for helping.
> 
> Savano
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> 
>




More information about the R-help mailing list