View source: R/utils-df-identical.R
df_identical | R Documentation |
Are matrices identical
df_identical(wa1, wa2, nm_wa1, nm_wa2, diff_tol = 1e-20)
wa1 |
waa matrix 1 |
wa2 |
waa matrix 2 |
nm_wa1 |
name of waa matrix 1 |
nm_wa2 |
name of waa matrix 2 |
diff_tol |
Tolerance in the numbers for identical |
TRUE
or FALSE
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.