edgl.to.grp | R Documentation |
Converts a dyadic data frame (edge list) to a linear group by individual data frame
edgl.to.grp(df, id1, id2, scan)
df |
a symetric edgelist of individual associations. |
id1 |
a numeric or character vector indicating the column of the first individual association. |
id2 |
a numeric or character vector indicating the column of the second individual association. |
scan |
a numeric or character vector representing one or more columns used as scan factors. |
a data frame with individual associations according to scan variable(s) declared by the user.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.