testUM | R Documentation |
Tests unimodularity for configutation matrix. For large matrices, checks just a sample of submatrices.
testUM(A, sim.size = 1e+06, verbose = FALSE)
A |
A configuration matrix |
sim.size |
Just check a subset of sim.size submatrices if number of submatrices exceeds that number. Defaults to 1e6. |
verbose |
Monitor progress? Defaults to false. |
List containing UM (indicator for unimodularity) and d (vector determinants of submatrices checked)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.