| .prepare_dual_edgelist | R Documentation |
calculate_active_statsConverts actor names to 0-based integer IDs and status to 0/1. Remify stores actor IDs as 1-based integers; C++ expects 0-based.
.prepare_dual_edgelist(edgelist_dual, actor_ids)
edgelist_dual |
The |
actor_ids |
Named integer vector mapping actor name → 0-based ID. |
A numeric matrix with columns [time, actor1_id, actor2_id, status].
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.