Re: [R] Re creating Procrustes Plot in Lattice

2008-07-30 Thread Gavin Simpson
On Wed, 2008-07-30 at 17:37 +0100, Gavin Simpson wrote: > On Wed, 2008-07-30 at 04:59 -0700, Andrewjohnclose wrote: > > Hi, I have been trying to create a function to generate a Procrustes plot, > > generated from package "vegan" > > in lattice. > > > > I can generate an empty plot, but not much

Re: [R] Re creating Procrustes Plot in Lattice

2008-07-30 Thread Dylan Beaudette
On Wednesday 30 July 2008, Gavin Simpson wrote: > On Wed, 2008-07-30 at 04:59 -0700, Andrewjohnclose wrote: > > Hi, I have been trying to create a function to generate a Procrustes > > plot, generated from package "vegan" > > in lattice. > > > > standard vegan code as follows > > library(vegan) > >

Re: [R] Re creating Procrustes Plot in Lattice

2008-07-30 Thread Gavin Simpson
On Wed, 2008-07-30 at 04:59 -0700, Andrewjohnclose wrote: > Hi, I have been trying to create a function to generate a Procrustes plot, > generated from package "vegan" > in lattice. > > standard vegan code as follows > library(vegan) > pro=protest(P1, P8, permutations=4999,choices=1:4) > plot(pro)