Displaying 1 result from an estimated 1 matches for "comdist".
Did you mean:
domdist
2009 May 23
0
dimnames does not match array extent
Dear R help-list,
I am trying to calculate Monmoniers algorithm. I have 3 data sets: coordinates (coord), distance matrix (comdist) and geographical distance matrix (geodist). I consistently get the error " dimnames does not match array extent". However, when I use the function "structure" I get the following results:
> str(coord)
'data.frame': 114 obs. of 3 variables:
$ sites : Factor w/ 11...