Skip to content

multi panel plot using xyplot()

2 messages · Schreiber, Stefan, 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
<Stefan.Schreiber at ales.ualberta.ca> wrote: