search for: smspa

Displaying 1 result from an estimated 1 matches for "smspa".

Did you mean: smbpa
2011 Oct 17
0
geoXY
...'m running into trouble when I try to use the geoXY() function with the matrix data. This is what I've tried so far, attached is the text file I've been using. It would be great if someone could tell me what I'm doing wrong so I know for future reference. xy <- read.table("SMSPA.txt") > head(xy) X Y V1 V2 1 X Y 2 49.02988 -99.3662 3 49.36558 -101.12703 4 49.64091 -99.65275 5 49.37323 -101.11609 6 49.36558 -101.12703 > data.matrix(xy) V1 V2 [1,] 1164 1168 [2,] 27 1166 [3,] 284 2 [4,]...