Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

near.match

Are two vectors close to one another?


Description

Returns TRUE if each element of x and y are “near” one another

Usage

near.match(x, y, tol=NULL)

Arguments

x

First object

y

Second object

tol

Relative tolerance with default NULL meaning to use machine precision

Author(s)

Robin K. S. Hankin

Examples

x <- rep(1,6)
near.match(x, x+rnorm(6)/1e10)

elliptic

Weierstrass and Jacobi Elliptic Functions

v1.4-0
GPL-2
Authors
Robin K. S. Hankin [aut, cre] (<https://orcid.org/0000-0001-5982-0415>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.