make_ids | R Documentation |
Convert an edge list to record identifiers.
make_ids(x_pos, y_pos, id_length = max(x_pos, y_pos))
x_pos |
|
y_pos |
|
id_length |
Length of the record identifier. |
Record groups from non-recursive links have the lowest record ID (sn
) in the set as their group ID.
list
make_ids(x_pos = rep(7, 7), y_pos = 1:7)
make_ids(x_pos = c(1, 6), y_pos = 6:7)
make_ids(x_pos = 1:5, y_pos = c(1, 1, 2, 3, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.