update_sequence: Deletes duplicates points

View source: R/utils.R

update_sequenceR 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


optedr documentation built on Nov. 18, 2022, 5:12 p.m.