Hi, I'm trying to run a Delaunay Triangulation with GPS coordinates. As no two individuals may have the same coordinates, I have used jitter to add some variation. My problem is, however, that when I import my .txt dataset I loose 4 decimal places (e.g.-32.59551498 becomes -32.59551 in R). This reduction in decimal places result in 2 individuals having the 'same' coordinates (e.g. Ind1 = -32.59551498; Ind2= -32.59550923, so both are displayed as -32.59551 in R) so I can't run the Delaunay Triangulation.
Any suggestions or help would greatly be appreciated!