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.
1 | nearly.duplicated(x, tolerance = .Machine$double.eps^0.5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.