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

2015-03-18 Thread Aman Gill
teipe wrote: > Not the same. Read carefully... > > > $ edge : int [1:15, 1:2] 10 11 12 13 14 14 13 12 15 15 ... > > $ edge : int [1:15, 1:2] 10 11 12 13 14 15 15 14 16 16 ... > ^^... etc > > B. > > > On M

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

[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