Elaine Kuo
2013-Jan-12 04:04 UTC
[R] how to change font size of axis label (not axis title)
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) Elaine [[alternative HTML version deleted]]
David Winsemius
2013-Jan-13 20:54 UTC
[R] 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