parameters | R Documentation |
Pull numerical descriptors of a toporanga graph.
parameters(g)
g |
|
A data.frame
object.
Each of its rows corresponds to one agent.
This agent's ID is listed in the Agent
column.
Superiors
counts the number of agents which are upstream from a given agent, while Subordinates
counts those downstream.
This numbers correspond to a rank when when there is only one unique toposort of the dominance graph, and provide a graceful degradation if not.
In particular they do not depend on random seed or the default toposort stored in the graph object.
Thus, subordinate count is a recommended outcome if a single dominance score of an agent is desired.
The Order
column notes the aforementioned default toposort, which can be re-sampled with the sample_toposort
.
Additional columns may appear depending on meta-data in the graph object, in particular epoch parameters when using epoch
argument of toporanga
function.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.