[R] Dot plot cex

Duncan Mackay mackay at northnet.com.au
Fri Apr 27 08:53:47 CEST 2012


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:
>Content-Type: text/plain
>Content-Disposition: inline
>Content-length: 693
>
>Dear R'ers,
>
>I was not able to change the font size of axis label using 
>cex.   Tried R archive solutions, though not solved yet.
>
>
>My code is:
>
>print(dotplot(ss ~ Response | bb*sr*tr, pp, pch = 21,
>               strip = FALSE, strip.left = TRUE,layout = c(3,8),
>               scales = list(y = list(relation = "free")), 
> cex.axis=.2, cex.label=.2,
>                       ylab = "Subject", type = c("p", "a"),
>               xlab = "Response to Light", jitter.y = TRUE))
>dev.off()
>
>THanks,
>AK
>
>         [[alternative HTML version deleted]]
>
>
>______________________________________________
>R-help at 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.



More information about the R-help mailing list