powered by
lattice
adegraphics
This function allows to modify the default theme existing for adegraphics objects. The created theme also affects previously created objects.
changelatticetheme(...)
lattice parameters, the same used in trellis.par.set and provided by trellis.par.get. If empty, reset the theme to the adegraphics one.
trellis.par.set
trellis.par.get
Alice Julien-Laferriere, Aurelie Siberchicot aurelie.siberchicot@univ-lyon1.fr and Stephane Dray
trellis.par.get trellis.par.set show.settings
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] }
Run the code above in your browser using DataLab