Displaying 1 result from an estimated 1 matches for "distancematrix1".
Did you mean:
distancematrix
2011 Jan 20
1
Problems with ecodist
...ixs are
given as belowings. When I run the analysis, it is always report that the
matrix is not square, but I didn't know what's wrong with my data. Would you
please help me on this. I am quite new to R.
Thanks.
> distancematrix <- as.matrix(read.table("test1.txt"))
> distancematrix1 <- as.matrix(read.table("test2.txt"))
> distancematrix1
Loc1 Loc2 Loc3 Loc4 Loc5 Loc6 Loc7
Loc8 Loc9 Loc10 Loc11 Loc12
Loc1 0.000 2293.8671 2180.7127 7563.934 2494.5049 2522.3946 5953.609
2511.5994 2047.683 4448.72...