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),
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
2 matches
Mail list logo