Are two vectors close to one another?
Returns TRUE
if each element of x
and y
are
“near” one another
near.match(x, y, tol=NULL)
x |
First object |
y |
Second object |
tol |
Relative tolerance with default NULL meaning to use machine precision |
Robin K. S. Hankin
x <- rep(1,6) near.match(x, x+rnorm(6)/1e10)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.