as.den | R Documentation |
If you have a data.frame with case - affiliation edges: where each row is a position in a affiliation, it can be converted to den class object. The required column names are "NAME" for the names of the individuals and "AFFILIATION" for the names of the affiliations. Common variables include: ROLE, TAGS, PERSON_ID, DESCRIPTION, GENDER
as.den(x)
x |
a data.frame |
a den-class object
data(den)
as.den(den)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.