nearly.duplicated: Determines which elements of an R object are nearly equal the...

Description Usage

Description

Determines which elements of an R object are nearly equal the previous element. Differs from duplicated by 2 means: (1) The use of nearly equality. (2) The comparison to the prevoius element and not all previous elements.

Usage

1
nearly.duplicated(x, tolerance = .Machine$double.eps^0.5)

arnejohannesholmin/AJ documentation built on May 27, 2019, 4:06 a.m.