get_attr_history {EpiModel}R Documentation

Extract the Attributes History from Network Simulations

Description

Extract the Attributes History from Network Simulations

Usage

get_attr_history(sims)

Arguments

sims

An EpiModel object of class netsim.

Value

A list of data.frames, one for each "measure" recorded in the simulation by the record_attr_history function.

Examples

## Not run: 

# With `sims` the result of a `netsim` call
get_attr_history(sims)


## End(Not run)


[Package EpiModel version 2.4.0 Index]