On Sep 10, 2012, at 11:35 AM, Rich Shepard wrote: > A conditioning factor for bwplot() is the stream name. There are 17 > streams so each panel is comparatively small and the names in the panel > header are truncated at both ends. I would like to wrap the names on two > lines for each panel but do not see if this can be done when I look at the > online docs (?bwplot) or the Lattice book. Is there a way to fit long > strings as headers with multiple panels on a page?
The text that appears in the "panel header" is called the "strip". I didn't see it in the help page for bwplot. You need to look at: ?strip.custom. And since you have the Lattice book look at section 10.7 'Controlling the appearance of strips" -- David Winsemius, MD Alameda, CA, USA ______________________________________________ R-help@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.