Learn R Programming

EpiModel (version 2.3.1)

copy_nwattr_to_datattr: Copy Vertex Attributes From Network to dat List

Description

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

Usage

copy_nwattr_to_datattr(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_datattr_to_nwattr.