update_sequence | R Documentation |
Within a vector of points, deletes points that are close enough (less than the tol parameter). Returns the points without the "duplicates"
update_sequence(points, tol)
points |
Points to be updated |
tol |
Tolerance for which two points are considered the same |
The points without duplicates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.