An embedded and charset-unspecified text was scrubbed... Name: not available Url: https://stat.ethz.ch/pipermail/r-help/attachments/20051212/40c6ee02/attachment.pl
trellis: style of axis labels
2 messages · Arne.Muller@sanofi-aventis.com, Sundar Dorai-Raj
Arne.Muller at sanofi-aventis.com wrote:
Hello, is it possible to get xyplot of package lattice to acknowledge par(las=2)? In my trellis plot the x-axis lables are overlapping (they're factors with rather long level names), and I'd like to have them vertical. The trellis plot doesn't seem to read the 'par' settings, and trellist.par.set neither :-( thanks for your help, +kind regards, Arne
Yes, use the scales argument: xyplot(..., scales = list(x = list(rot = 90))) Most 'par' options will not work with lattice. --sundar