[R] Only one strip with italic font.

2011-06-26 Thread Kenneth Roy Cabrera Torres
Hi R users: How can I obtain an italic font only for one of the two strips in a xyplot? library(lattice) t-rep(seq(0,10,5),4) logCFU-c(2,2.5,3,4,4.5,1.5,2,2.5,3,3.4,2,2.5) microorg-factor(rep(c(E. coli,L. monocytogenes),each=6)) tratam-factor(rep(c(t1,t2),6))

Re: [R] Only one strip with italic font.

2011-06-26 Thread Peter Ehlers
On 2011-06-26 11:33, Kenneth Roy Cabrera Torres wrote: Hi R users: How can I obtain an italic font only for one of the two strips in a xyplot? library(lattice) t-rep(seq(0,10,5),4) logCFU-c(2,2.5,3,4,4.5,1.5,2,2.5,3,3.4,2,2.5) microorg-factor(rep(c(E. coli,L. monocytogenes),each=6))