Learn R Programming

NetSim (version 0.9)

updater: Overview of updaters implemented in NetSim

Description

Overview of updaters implemented in NetSim. When linking an updateer to a change model one has to make sure that the results of the change model can be interpreted by the updater.

Usage

create_tie_swap_updater(networkIndex) create_actor_attribute_set_updater(attributeIndex, actorIndex) create_add_actor_updater() create_add_ties_from_newborn_actor_updater(networkIndex) create_set_attribute_of_newborn_actor_updater(attributeIndex, value) create_rewire_tie_updater(networkIndex)

Arguments

networkIndex
Index of the focal network
attributeIndex
Index of the focal attribute container
actorIndex
Index of the focal actor
value
Value of the attribute

See Also

create_model_manager

Examples

Run this code
	## Extensive examples can be found in section 4 of the package vignette
	## A more detailed description is given in section 3.3 of the package vignette

Run the code above in your browser using DataLab