Preferential attachment network generation.
rpanet_linear_directed_cpp(
nstep,
m,
new_node_id,
new_edge_id,
source_node,
target_node,
outs,
ins,
edgeweight,
scenario,
sample_recip,
node_group,
spref_vec,
tpref_vec,
control
)Sampled network.
Number of steps.
Number of new edges in each step.
New node ID.
New edge ID.
Sequence of source nodes.
Sequence of target nodes.
Sequence of out-strength.
Sequence of in-strength.
Weight of existing and new edges.
Scenario of existing and new edges.
Logical, whether reciprocal edges will be added.
Sequence of node group.
Sequence of node source preference.
Sequence of node target preference.
List of controlling arguments.