changelatticetheme | R Documentation |
lattice
theme used for adegraphics
This function allows to modify the default theme existing for adegraphics
objects.
The created theme also affects previously created objects.
changelatticetheme(...)
... |
|
The adegraphics
theme removes all margins, sets a transparent background and grey regions.
A further development will be the creation of various themes for adegraphics
.
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
trellis.par.get
trellis.par.set
show.settings
if(require(lattice, quietly = TRUE)) {
show.settings()
changelatticetheme(list(superpose.symbol = list(pch = c(21, 22, 35), cex = 1)))
show.settings()
show.settings()[1]
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.