Re: [R] merging plot labels in a lattice plot

2010-07-03 Thread Dennis Murphy
Hi: On Fri, Jul 2, 2010 at 8:57 AM, Rajarshi Guha wrote: > Hi, I have a lattice lot conditioned on two variables. Example code is: > > library(lattice) > x <- data.frame(d=runif(100), >f1=sample(c('yes', 'no'),100,replace=TRUE), >f2=c(rep('Run1',30),rep('Run2',30),

Re: [R] merging plot labels in a lattice plot

2010-07-02 Thread Peter Ehlers
On 2010-07-02 9:57, Rajarshi Guha wrote: Hi, I have a lattice lot conditioned on two variables. Example code is: library(lattice) x<- data.frame(d=runif(100), f1=sample(c('yes', 'no'),100,replace=TRUE), f2=c(rep('Run1',30),rep('Run2',30),rep('Run3',40))) histog