outdegree | R Documentation |
The number nodes that are connected with external transfer events from each node.
outdegree(model)
model |
determine out-degree for each node in the model. |
vector with out-degree for each node.
## Create an 'SIR' model with 1600 nodes and initialize
## it with example data.
model <- SIR(u0 = u0_SIR(), tspan = 1:1460, events = events_SIR(),
beta = 0.16, gamma = 0.077)
## Display outdegree for each node in the model.
plot(outdegree(model))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.