[R] changing order of lattice plots
Dan Kortschak
dan.kortschak at adelaide.edu.au
Mon Mar 23 08:45:30 CET 2009
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, bg="grey90",
> par.strip.text=list(cex=0.5)),
> as.table = TRUE)
>
>
> I hope it helps.
>
> Best,
> Dimitris
More information about the R-help
mailing list