as_cumulative_edgelist | R Documentation |
cumulative_edgelist
Convert an object to a cumulative_edgelist
as_cumulative_edgelist(x)
x |
An object to be converted to a cumulative edgelist |
The edges are active from time start
to time stop
included. If stop is
NA
, the edge was not disolved in the simulation that generated the list.
A cumulative_edgelist
object, a data.frame
with at least the
following columns: head
, tail
, start
, stop
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.