Description Usage Arguments Examples
View source: R/compare.R
Chech if a vector is the same of another
1
compare(u, v, eps = 1e-09)
eps
1 2
compare(c(1,1),c(1,1)) compare(c(1,1),c(1,2))
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.