Re: [R] envfit vector labels with ordiplot3d

2011-09-14 Thread Briony
l. G Cheers, Briony On Wed, Sep 14, 2011 at 5:44 AM, Gavin Simpson [via R] < ml-node+s789695n3810985...@n4.nabble.com> wrote: > On Tue, 2011-09-13 at 05:18 -0700, Briony wrote: > > It *really* does help to read the documentation for functions. Like most > > of the funct

Re: [R] envfit vector labels with ordiplot3d

2011-09-13 Thread Briony
ks for the suggestion. Unfortunately that didn't work - it returned an error (Error in scores.default(x, choices = choices, display = display, ...) : subscript out of bounds). The ordilabel help says "ordilabel(x, display, labels, choices = c(1, 2)..." which might be why? Thanks again, Briony

Re: [R] envfit vector labels with ordiplot3d

2011-09-13 Thread Briony
not allow a third axis at the moment? Cheers, Briony On Tue, Sep 13, 2011 at 2:53 AM, Gavin Simpson [via R] < ml-node+s789695n3807984...@n4.nabble.com> wrote: > On Mon, 2011-09-12 at 03:24 -0700, Briony wrote: > > Thank you very much for the suggestion. And while I'm here, th

Re: [R] envfit vector labels with ordiplot3d

2011-09-12 Thread Briony
enough user of R to edit the ordixyplot function - so I'll pass on that invitation to anyone else who reads this thread? Thanks again, Briony Briony gmail.com> writes: > > Hi R experts, > > I'm looking for some help with plotting vectors from envfit in vegan, onto >

Re: [R] envfit vector labels with ordiplot3d

2011-09-11 Thread Briony
ll pass on that invitation to anyone else who reads this thread? Thanks again, Briony -- View this message in context: http://r.789695.n4.nabble.com/envfit-vector-labels-with-ordiplot3d-tp3800669p3806001.html Sent from the R help mailing list archive at Nabble.com. _

[R] envfit vector labels with ordiplot3d

2011-09-08 Thread Briony
t direction would be gratefully received. Briony -- View this message in context: http://r.789695.n4.nabble.com/envfit-vector-labels-with-ordiplot3d-tp3800669p3800669.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r

Re: [R] metaMDS and envfit: Help reading output

2011-09-08 Thread Briony
= 1:3) # fit environmental vectors to 3d space ordirgl(nmds3d, envfit = fit3d) # dynamic 3D graph at http://en.wikibooks.org/wiki/R_Programming/Ordination ordirgl (in package rgl) gives a very nifty interactive 3d plot, or ordiplot3d is a static version. I hope this is u