powered by
Generate edges or lines data frame which defines the link between nodes.
getEdges(polished_data, nodes)
data frame of edges indicationg from and to node ids
data frame, output of getAssociation function
data frame, output of getNodes function
Jayachandra N
res <- fixNodeBias(head(mtcars)) edges <- getEdges(getAssociation(res), getNodes(res, group = TRUE))
Run the code above in your browser using DataLab