how to change font size of axis label (not axis title)
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