is.sq.matrix | R Documentation |
Check which matrices are square matrices (same number of columns and rows)
is.sq.matrix(list1)
list1 |
List with the interaction matrices |
Information on whether each matrix is square (same number of columns and rows).
data(mg1) is.sq.matrix(mg1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.