Re: [R] order the plots using lattice

2008-03-06 Thread Patrick Connolly
On Thu, 06-Mar-2008 at 12:00PM +, audrey wrote: [...] |> In the output, the first plot is represented in the bottom left |> corner, I would like the plots to be drawn from the top left corner |> but I cannot find in the Lattice help, the argument to set to do IIRC, it's as.table = TRUE Look

[R] order the plots using lattice

2008-03-06 Thread audrey
Dear all, I am running something similar to this short example: library("lattice") library("geneplotter") X=matrix(cbind(1:100,100:1,c(1:50,50:1)),ncol=3) Y=matrix(cbind(1:100,1:100,1:100),ncol=3) names=1:3 dummy.df = data.frame(names = factor(names, levels = names), x = seq_along(names), y