buildEdgeTotalDF: Build the edges in the tree graph.

Description Usage Arguments See Also

Description

This function takes the graph object and creates a data frame object of the edges between all parent-child relationships in the graph.

Usage

1
buildEdgeTotalDF(tree, ig, binVector = 1:12)

Arguments

tree

the data tree (in data frame format)

ig

the graph representation of the data tree (in igraph format)

binVector

the number of bins between 1 and length(binVector) (default is 12). For more information on choosing binVector size, please visit the phyViz vignette.

See Also

treeToIG for information on producing ig from tree

http://www.r-project.org for iGraph information


dicook/phyViz documentation built on May 15, 2019, 8:24 a.m.