update_sequence {optedr}R Documentation

Deletes duplicates points

Description

Within a vector of points, deletes points that are close enough (less than the tol parameter). Returns the points without the "duplicates"

Usage

update_sequence(points, tol)

Arguments

points

Points to be updated

tol

Tolerance for which two points are considered the same

Value

The points without duplicates


[Package optedr version 2.0.0 Index]