[R] lattice: how to get 'lattice.theme'

Gabor Grothendieck ggrothendieck at gmail.com
Tue Jan 30 17:27:59 CET 2007


Try:

lattice.theme <- get("lattice.theme", envir = lattice:::.LatticeEnv)



On 1/30/07, Benjamin Tyner <btyner at stat.purdue.edu> wrote:
> I'm using lattice 0.14. As of version 0.5 the Changes says there is a
> global list called 'lattice.theme'. How can I access this? I have tried
> many ways, including
>
> options(lattice.theme)
> lattice.getOption("lattice.theme")
> get("lattice.theme", envir = .LatticeEnv)
> getFromNamespace("lattice.theme", "lattice")
> getAnywhere("lattice.theme")
>
> (both before and after a call to trellis.device)
>
> Thanks,
> Ben
>
> ______________________________________________
> 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
> and provide commented, minimal, self-contained, reproducible code.
>



More information about the R-help mailing list