powered by
Removes duplicate geographic locations and binds coordinates into a single element
CoordCollapse(longs, lats)
- Longitudinal coordinates of occurrences in decimal degrees
- Latitudinal coordinates of occurrences in decimal degrees
Returns a 2-column array of coordinates without any duplicate locations
longs<-c(34,133,-45) lats<-c(-12,44,76) CoordCollapse(longs,lats)
Run the code above in your browser using DataLab