View source: R/nodelist_edgelist_gen.R
blank_edgelist | R Documentation |
The edgelist is a data frame containing information on the relationships between
actors, including the identities they inhabit in interactions with one another and
the labels they ascribe to each other. This function returns a blank edgelist with
properly named columns. Lines can be added using add_interaction()
(recommended)
or manually.
blank_edgelist(use.institution = FALSE, use.rseed = FALSE)
use.institution |
logical indicating whether to include an institution column |
use.rseed |
logical indicating whether to include an rseed column |
Empty edgelist data frame with correct column names
blank_edgelist()
blank_edgelist(use.institution = TRUE)
blank_edgelist(use.rseed = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.