findTrueEdges: Take all possible edges and a given edgelist and "remove" the...

Description Usage Arguments

View source: R/findTrueEdges.R

Description

Take all possible edges and a given edgelist and "remove" the edges that aren't actually there by making the from and to node coordinates identical.

Usage

1
findTrueEdges(alledgesLayout, edgelist)

Arguments

edgelist

data.frame Edgelist of network. Must have columns named "from" and "to"

alledges

data.frame Output from the layoutAll() function


sctyner/netvizinf documentation built on May 29, 2019, 4:20 p.m.