Hello there, Please shed some light on how to change the background color of trellis graphic background. Thanks a lot lisa Wang Toronto, Ca
Wiener, Matthew
2006-Mar-31 21:55 UTC
[R] how to change the trellis graph background color
Take a look at trellis.par.set(). For example, trellis.par.set(theme = col.whitebg()) changes things to look more or less like the default from the "standard" R graphics functions. But you can change one option at a time too. Hope this helps, Matt Wiener -----Original Message----- From: r-help-bounces at stat.math.ethz.ch [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Lisa Wang Sent: Friday, March 31, 2006 4:23 PM To: R-Help Subject: [R] how to change the trellis graph background color Hello there, Please shed some light on how to change the background color of trellis graphic background. Thanks a lot lisa Wang Toronto, Ca ______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
Please read the man pages. ?trellis.par.set which leads you also to ?trellis.device -- Bert Gunter Genentech Non-Clinical Statistics South San Francisco, CA "The business of the statistician is to catalyze the scientific learning process." - George E. P. Box> -----Original Message----- > From: r-help-bounces at stat.math.ethz.ch > [mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Lisa Wang > Sent: Friday, March 31, 2006 1:23 PM > To: R-Help > Subject: [R] how to change the trellis graph background color > > Hello there, > > Please shed some light on how to change the background color > of trellis > graphic background. > > > Thanks a lot > > lisa Wang > Toronto, Ca > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! > http://www.R-project.org/posting-guide.html >