rpanet_binary_undirected_cpp | R Documentation |
Preferential attachment network generation.
rpanet_binary_undirected_cpp(
nstep,
m,
new_node_id,
new_edge_id,
node_vec1,
node_vec2,
s,
edgeweight,
scenario,
pref_vec,
control
)
nstep |
Number of steps. |
m |
Number of new edges in each step. |
new_node_id |
New node ID. |
new_edge_id |
New edge ID. |
node_vec1 |
Sequence of nodes in the first column of edgelist. |
node_vec2 |
Sequence of nodes in the second column of edgelist. |
s |
Sequence of node strength. |
edgeweight |
Weight of existing and new edges. |
scenario |
Scenario of existing and new edges. |
pref_vec |
Sequence of node preference. |
control |
List of controlling arguments. |
Sampled network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.