Re: [R] multi panel plot using xyplot()

2009-04-06 Thread jim holtman
Why don't you use something like this to plot without having to extract the clones: xyplot(height~year|factor(clone), x, group=code, layout=c(3,2)) On Mon, Apr 6, 2009 at 6:11 PM, Schreiber, Stefan wrote: > Hi there, > > I hope you guys can help me with the following: > > If have a file like

[R] multi panel plot using xyplot()

2009-04-06 Thread Schreiber, Stefan
Hi there, I hope you guys can help me with the following: If have a file like this: yearclone codeheight 19954 4-1 1 19964 4-1 2 19974 4-1 3 19954 4-2 1 19964 4-2 2 19974 4-2 3 19955 5-1 1