View source: R/utils-testing.R
expect_delay_matrix_sums_lte_1 | R Documentation |
Test whether a delay matrix columns sum to less than one.
expect_delay_matrix_sums_lte_1(matrix, full_cols = 0, tolerance = 0.001)
matrix |
input matrix |
full_cols |
number of full columns. Full columns must sum to 1. |
tolerance |
tolerance on the result |
TRUE if test passed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.