[R] Lattice key title color

2008-10-15 Thread Meesters, Erik
Dear R users, is there a way to define the color of the title for the legend in lattice? The help page on xyplot has a lot of details on key options just as the new book, but no mentioning of a color attribute for the title. Should I use ltext or is there any other way? Best wishes, Erik

Re: [R] Lattice key title color

2008-10-15 Thread Dieter Menne
Meesters, Erik wur.nl> writes: > is there a way to define the color of the title for the legend in > lattice? Getting the right par to set in lattice can be intimidating. I keep the result of trellis.par.get() in a text file and search for the "closest match". Dieter library(lattice) show.sett

Re: [R] Lattice key title color

2008-10-15 Thread Greg Snow
October 15, 2008 8:18 AM > To: [EMAIL PROTECTED] > Subject: Re: [R] Lattice key title color > > Meesters, Erik wur.nl> writes: > > > is there a way to define the color of the title for the legend in > > lattice? > > Getting the right par to set in lattice can be

Re: [R] Lattice key title color

2008-10-15 Thread Dieter Menne
Greg Snow imail.org> writes: > > Another way to look through the possible par settings that hopefully makes it a little less intimidating is (completed by DM): library(lattice) library(TeachingDemos) TkListView(trellis.par.get()) Nice; should come handy in other contexts. But with lattice par

Re: [R] Lattice key title color

2008-10-15 Thread Greg Snow
t: Re: [R] Lattice key title color > > Greg Snow imail.org> writes: > > > > > Another way to look through the possible par settings that hopefully > makes it > a little less intimidating is (completed by DM): > > > library(lattice) > library(TeachingDemos)

Re: [R] Lattice key title color

2008-10-15 Thread Gabor Grothendieck
ntain Healthcare > [EMAIL PROTECTED] > 801.408.8111 > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] >> project.org] On Behalf Of Dieter Menne >> Sent: Wednesday, October 15, 2008 8:18 AM >> To: [EMAIL PROTECTED] >> Subject: Re:

Re: [R] Lattice key title color

2008-10-15 Thread Dieter Menne
Gabor Grothendieck gmail.com> writes: > str(trellis.par.get()) Never thought of that. Really nice. Dieter __ 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/post

Re: [R] Lattice key title color

2008-10-15 Thread Deepayan Sarkar
On 10/15/08, Dieter Menne <[EMAIL PROTECTED]> wrote: > Gabor Grothendieck gmail.com> writes: > > > str(trellis.par.get()) > > Never thought of that. Really nice. There's also http://lmdvr.r-forge.r-project.org/figures/figures.html?chapter=07;figure=07_03 All of which doesn't really answer the

Re: [R] Lattice key title color

2008-10-15 Thread Dieter Menne
Deepayan Sarkar gmail.com> writes: > All of which doesn't really answer the original question. ... > So, the title color cannot be currently specified, either directly or > through the settings system. Krrr.. it was key$title Dieter __ R-help@r

Re: [R] Lattice key title color and trellis par settings

2008-10-16 Thread Meesters, Erik
Thank you all! This is a great course on Lattice par settings (though not answering the question)! And a truly must have: Lattice: Multivariate Data Visualization with R (Use R). Thank you Dr. Sarkar! Here's it all summed up. #Looking at lattice par settings: library(lattice) str(trellis.par.get