On 10/15/08, Dieter Menne <[EMAIL PROTECTED]> wrote:
> Gabor Grothendieck <ggrothendieck <at> 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 original question. Searching in
page(draw.key) reveals the following snippet:

        if (!is.null(key$title))
            key.gf <- placeGrob(key.gf, textGrob(label = key$title,
                gp = gpar(cex = key$cex.title, lineheight = key$lineheight)),
                row = 1, col = NULL)

So, the title color cannot be currently specified, either directly or
through the settings system.

-Deepayan

______________________________________________
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.

Reply via email to