getEdges: getEdges

View source: R/getEdges.R

getEdgesR Documentation

getEdges

Description

Generate edges or lines data frame which defines the link between nodes.

Usage

getEdges(polished_data, nodes)

Arguments

polished_data

data frame, output of getAssociation function

nodes

data frame, output of getNodes function

Value

data frame of edges indicationg from and to node ids

Author(s)

Jayachandra N

Examples

res <- fixNodeBias(head(mtcars))
edges <- getEdges(getAssociation(res), getNodes(res, group = TRUE))

netknitr documentation built on April 3, 2025, 5:47 p.m.