An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130112/35189a44/attachment-0001.pl>
how to change font size of axis label (not axis title)
2 messages · Elaine Kuo, David Winsemius
1 day later
On Jan 11, 2013, at 8:04 PM, Elaine Kuo wrote:
Hello,
I am using lattice to produce xyplot.
I want to change the font size of axis-X label.
Please kindly advise how to write the code.
Thank you.
For changing the font size of axis-X title
it would be
xlab=list("Diet of Breeding Ground", cex = 1.4)
Look at the ?xyplot page under the scales section.
David Winsemius Alameda, CA, USA