On Oct 11, 2008, at 1:04 PM, Prof Brian Ripley wrote:
I don't see anywhere you asked for colour, and postscript() is
regarded as a 'print device' so the default is monochrome.
See ?trellis.device and the discussion of themes there: AFAICS you
want to set a colour theme.
I was at what see
I don't see anywhere you asked for colour, and postscript() is regarded as
a 'print device' so the default is monochrome.
See ?trellis.device and the discussion of themes there: AFAICS you want to
set a colour theme.
On Sat, 11 Oct 2008, RICHARD PITMAN wrote:
I am using the following code t
I am using the following code to produce a graphic:
library(lattice)
postscript("figs%03d.eps", width = 6.0, height = 6.0,
horizontal = FALSE, onefile = FALSE, paper = "special")
xyplot(cases~yr|agrp*sex,data=data[tse==0 & expgrp==1,],
groups=source, pch=".", type="l",
mai
3 matches
Mail list logo