Re: [R] R lattice bwplot: Fill boxplots with specific color depending on factor level

2015-04-23 Thread Pablo Fleurquin
Of Pablo Fleurquin Sent: Thursday, 23 April 2015 02:03 To: r-help@r-project.org Subject: [R] R lattice bwplot: Fill boxplots with specific color depending on factor level Hi, I thoroughly looked for an answer to this problem with no luck. I have a dataframe with 3 factor levels: YY

[R] R lattice bwplot: Fill boxplots with specific color depending on factor level

2015-04-22 Thread Pablo Fleurquin
Hi, I thoroughly looked for an answer to this problem with no luck. I have a dataframe with 3 factor levels: YY, NN, YN *mydata - rbind(data.frame(Col1 = rnorm(2*1000),Col2 =rep(c(A, C), each=1000),Col3=factor(rep(c(YY,NN), 1000))),data.frame(Col1 = rnorm(1000),Col2