getEdges | R Documentation |
Generate edges or lines data frame which defines the link between nodes.
getEdges(polished_data, nodes)
polished_data |
data frame, output of getAssociation function |
nodes |
data frame, output of getNodes function |
data frame of edges indicationg from and to node ids
Jayachandra N
res <- fixNodeBias(head(mtcars))
edges <- getEdges(getAssociation(res), getNodes(res, group = TRUE))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.