Re: [R] NMDS Ordination Graphics Problem

2010-04-14 Thread Gavin Simpson
On Mon, 2010-04-05 at 09:58 -0800, Trey wrote: > Dr. Stevens, Hmm, did you get the wrong address there ;-) As Michael Denslow has mentioned, the way to handle this sort of customised plotting at the moment in vegan is to build the plot up by hand. Michael's response earlier showed you how to do i

Re: [R] NMDS Ordination Graphics Problem

2010-04-06 Thread Michael Denslow
Hi Trey, On Mon, Apr 5, 2010 at 1:58 PM, Trey wrote: > > Dr. Stevens, > > Hi, my name is Trey Scott, and I'm a grad student of Brian McCarthy's.  He > referred me to you because of your expertise in handling complex R problems. > We were hoping you could help us solve a nagging problem that is pr

Re: [R] NMDS Ordination Graphics Problem

2010-04-06 Thread Kay Cichini
hi, maybe you should see: http://cc.oulu.fi/~jarioksa/softhelp/FAQ-vegan.html#How-to-use-different-plotting-symbols-in-ordination-graphics_003f greetings, kay -- View this message in context: http://n4.nabble.com/NMDS-Ordination-Graphics-Problem-tp1751845p1752557.html Sent from the R help mail

Re: [R] NMDS Ordination Graphics Problem

2010-04-05 Thread stephen sefick
This is the easiest way I have found to do something similar to what you want. #output of dput() easy way to share data with the list x <- (structure(list(a = c(1L, 12L, 2L, 0L, 0L, 13L), b = c(4L, 17L, 5L, 2L, 1L, 15L), c = c(7L, 6L, 8L, 4L, 4L, 19L), d = c(9L, 2L, 1L, 7L, 6L, 10L), e = c(2L, 3L,