Description Usage Arguments Examples
Takes a matrix and determines if it meets the requirements for the adjacency matrix of a BIBD(V,K,1). This means that it has V columns, B rows, and only 1,0 values. Each column has a 1 in exactly K rows and any two columns have a 1 in exactly 1 shared row.
1 | is.bibd(bibd)
|
bibd |
a 0,1-valued integer matrix. |
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.