Skip to content
Prev 10465 / 29559 Next

Differing pch symbols for categorical data in spplot

On Mon, Dec 20, 2010 at 1:00 PM, Lee Hachadoorian
<Lee.Hachadoorian+L at gmail.com> wrote:
Hi Lee,

One of the tricks required to get lattice graphics to do what you want
is to master either the par.settings argument to lattice plotting
functions (e.g. spplot) or the trellis.par.set function.

Be sure to call trellis.par.set() each time you start a new device.

Here is a link to a document on this very topic (note shameless self-promotion):
http://casoilresource.lawr.ucdavis.edu/drupal/node/962

Cheers,
Dylan