Skip to content
Prev 58905 / 398502 Next

Background Colour in Lattice Plots

Sivakumar Mohandass wrote:

            
Hi Shiva,

Depending on what version of R/Lattice you have, you can do the following:

# R-2.0.0/Lattice 0.10-13
trellis.par.set(theme = col.whitebg())

# pre R-2.0.0
lset(col.whitebg())

--sundar