Skip to content
Back to formatted view

Raw Message

Message-ID: <200411111536.23345.deepayan@stat.wisc.edu>
Date: 2004-11-11T21:36:23Z
From: Deepayan Sarkar
Subject: Background Colour in Lattice Plots
In-Reply-To: <200411112107.iABL7uuZ012514@mail-h12-02.cc.ksu.edu>

On Thursday 11 November 2004 15:09, Sivakumar Mohandass wrote:
> Dear all,
>
> How can I change the default background to white in lattice plots?

One possibility: start with 

> library(lattice)
> lattice.options(default.theme = col.whitebg()) 

For more, read ?trellis.device.

Deepayan