Description Usage Arguments Author(s) Examples
Returns TRUE
if each element of x
and y
are
“near” one another
1 | 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
1 2 | x <- rep(1,6)
near.match(x, x+rnorm(6)/1e10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.