compare_table | R Documentation |
locate_ndl_in_hay()
.Compare values within tow arrays or matrices.
Helper function for locate_ndl_in_hay()
.
compare_table(ndl_mt, hay_mt)
ndl_mt , hay_mt |
A matrix. |
A tibble.
val <- seq(from = 0, to = 1, by = 0.1)
mt_1 <- matrix(sample(val, 20, replace = TRUE))
mt_2 <- matrix(sample(val, 100, replace = TRUE))
compare_table(mt_1, mt_2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.