powered by
locate_ndl_in_hay()
Compare values within tow arrays or matrices. Helper function for locate_ndl_in_hay().
compare_table(ndl_mt, hay_mt)
A tibble.
A matrix.
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)
Run the code above in your browser using DataLab