rpacontrol {wdnet} | R Documentation |
rpacontrol: Controls the Preferential Attachment (PA) Network Generation Process
Description
The rpacontrol
object is designed to control the Preferential
Attachment (PA) network generation process within the rpanet()
function. It can have the following components:
-
scenario
: controls the edge scenarios at each step. For more information, please refer torpa_control_scenario()
. -
edgeweight
: controls the weight of the edges; seerpa_control_edgeweight()
for details. -
newedge
: controls the creation of new edges at each step; seerpa_control_newedge()
for details. -
preference
: sets preference functions; seerpa_control_preference()
for details. -
reciprocal
: controls the creation of reciprocal edges; seerpa_control_reciprocal()
for details.
[Package wdnet version 1.2.3 Index]