[R] Identify does sort the locations

Franklin Bretschneider bretschr at xs4all.nl
Thu Feb 15 23:24:35 CET 2018


Hi Samuel GRANJEAUD,



Isn't this loop more simple to retain the click-order:


result = numeric(n)
for (i in 1:n) {
	id = identify(x, y, n=1)
	result[i] = id
	}

Hope this helps,

Best regards,


Franklin Bretschneider
Dept of Biology
Utrecht University
bretschr at xs4all.nl



More information about the R-help mailing list