Displaying 1 result from an estimated 1 matches for "geoxy".
Did you mean:
geox
2011 Oct 17
0
geoXY
Hi Everyone,
I am new to R Language and was wondering if someone could help me convert my latitude-longitude coordinates to cartesian coordiantes using geoXY() from SoDA package? I have been uploading my coordinates from a text file into R (they originate as a dataframe) and them converting them to a matrix using the data.matrix() function. But I think I'm running into trouble when I try to use the geoXY() function with the matrix data. This is what...