on 07/09/2008 04:38 PM stephen sefick wrote:
I am plotting a twelve panel plot of a zoo object.  I have tried to raise
the cex from 0.6 to 1 to 2 and it does not seem to do anything.  I am trying
to output this to a tiff file
tiff()
how do I get the labels of a larger font size

Stephen

I had to do a double take on your subject line...  ;-)

Without an example of how you are using the function in question and which labels you are referring to, you might want to use either 'cex.axis' or 'cex.lab' rather than just 'cex'.

The former adjusts axis annotation text and the latter adjusts x and y labels.

HTH,

Marc Schwartz

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to