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
>
>