rect2square | R Documentation |
Convert rectanguar matrices to square matrices (same number of columns and rows)
rect2square(list1, is.gw = FALSE)
list1 |
List with the interaction matrices |
is.gw |
Was the dataset downloaded from Globalweb? (TRUE/FALSE) |
A list of square matrices (not simetrical).
data(mg1) mg3 <- rect2square(mg1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.