Learn R Programming

EpiModel (version 2.3.0)

copy_datattr_to_nwattr: Copy Vertex Attributes from the dat List to the Network Object

Description

Copies the vertex attributes stored on the main attr list on dat to the network object on dat.

Usage

copy_datattr_to_nwattr(dat)

Value

The updated dat main list object.

Arguments

dat

Main list object containing a networkDynamic object and other initialization information passed from netsim.

See Also

get_formula_term_attr, get_attr_prop, auto_update_attr, and copy_nwattr_to_datattr.