Re: [R] Help with error: arguments imply differing number of rows

2015-03-18 Thread MacQueen, Don
If this error had happened to me, then immediately after receiving that error I would type traceback() at the R prompt. Hopefully, that will provide some information about what happened. Based on: Error in data.frame(PD = PDs, SR = SR) : arguments imply differing number of rows: 34, 35 It a

Re: [R] Help with error: arguments imply differing number of rows

2015-03-18 Thread Aman Gill
t; On Fri, Mar 13, 2015 at 7:31 AM, PIKAL Petr > wrote: > > > >> Hi > >> > >> Without further information you probably do not get answers. Everything > >> seems to be same so the only reason can be that the objects seems to be > >> same but they h

Re: [R] Help with error: arguments imply differing number of rows

2015-03-14 Thread Boris Steipe
heae" "Helenieae" "Eupatorieae" "Astereae" ... > > > On Fri, Mar 13, 2015 at 7:31 AM, PIKAL Petr wrote: > >> Hi >> >> Without further information you probably do not get answers. Everything >> seems to be same so the only r

Re: [R] Help with error: arguments imply differing number of rows

2015-03-14 Thread Aman Gill
ly do not get answers. Everything > seems to be same so the only reason can be that the objects seems to be > same but they have some inner distinctions, maybe type of variables. > > Are results of > > str(your.objects) > > same in equivalent objects? > > Cheers > P

Re: [R] Help with error: arguments imply differing number of rows

2015-03-13 Thread PIKAL Petr
> -Original Message- > From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of Aman > Gill > Sent: Thursday, March 12, 2015 6:08 PM > To: r-help@r-project.org > Subject: [R] Help with error: arguments imply differing number of rows > > Hello, > > I am s

[R] Help with error: arguments imply differing number of rows

2015-03-12 Thread Aman Gill
Hello, I am stuck trying to run an analysis using the package picante. I am running two very similar analyses. One works as expected, but when I try the other, I get the error: Error in data.frame(PD = PDs, SR = SR) : arguments imply differing number of rows: 34, 35 This is strange to me since