tally_from_matrix | R Documentation |
Creates a toporanga_tally
objects from a matrix representing counts of domination events between pairs of agents.
tally_from_matrix(x)
x |
matrix to convert. It must be square, have zero diagonal, non-negative values and identical column and row names or lack of both ("1".."n" is gonna be inferred in this case). |
toporanga_tally
object.
If in doubt, use tally_log
instead of this function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.