listMicrosteps: Take an initial network edgelist and a data frame of...

Description Usage Arguments

View source: R/listMicrosteps.R

Description

Take an initial network edgelist and a data frame of microsteps and create a list of edgelists of the same length as the number of microsteps + 1.

Usage

1
listMicrosteps(dat, microsteps)

Arguments

dat

The initial observed network edgelist. Must have a "from" column and a "to" column of vertex IDs.

microsteps

A dataframe of output from get_chain_info(). Should be subset to the period of interest and have columns named "from" and "to".


sctyner/netvizinf documentation built on May 29, 2019, 4:20 p.m.