Re: [R] changing order of lattice plots

2009-03-23 Thread Dan Kortschak
Perfect! Thanks. Dan On Mon, 2009-03-23 at 08:35 +0100, Dimitris Rizopoulos wrote: > try setting the 'as.table' argument to TRUE, e.g., > > densityplot(~End-Begin | Type * Chromosome, data=Mon, layout=c(5,12), > xlab="Element Length", type="percent", col="grey60", > strip=strip.custom(style=3,

Re: [R] changing order of lattice plots

2009-03-23 Thread Dimitris Rizopoulos
try setting the 'as.table' argument to TRUE, e.g., densityplot(~End-Begin | Type * Chromosome, data=Mon, layout=c(5,12), xlab="Element Length", type="percent", col="grey60", strip=strip.custom(style=3, bg="grey90", par.strip.text=list(cex=0.5)), as.table = TRUE) I hope it helps. Best, Dimitr

[R] changing order of lattice plots

2009-03-23 Thread Dan Kortschak
Hi, This is another question relating to my 2 factor figure. densityplot(~End-Begin | Type * Chromosome, data=Mon, layout=c(5,12), xlab="Element Length",type="percent", col="grey60", strip=strip.custom(style=3, bg="grey90", par.strip.text=list(cex=0.5))) I would like to flip the plot so those at