Displaying 1 result from an estimated 1 matches for "743027".
Did you mean:
  743028
  
2012 Jun 18
2
Changing strip text
I'm trying to create a 5-panel xyplot with each strip labelled by treatment. The code is as follows:
xyplot(log(pfuml)~Transfer|Treat,groups=Pop,ylab="Log10 Pfu/ml",as.table=T,
		type="a",
		auto.key=
		list(space="right",points=F,lines=T))
I've tried: