Skip to content
Prev 292872 / 398498 Next

Dot plot cex

Hi

see par.setting in ?xyplot
or

trellis.par.get() # beware it is verbose
or for starters
names(trellis.par.get() )

eg
par.settings = list(axis.text = list(cex = 0.75),
   par.xlab.text = list(cex = 0.85),
   par.ylab.text = list(cex = 0.85)),

Duncan Mackay
Department of Agronomy and Soil Science
University of New England
ARMIDALE NSW 2351
Email home: mackay at northnet.com.au
At 15:21 27/04/2012, you wrote: