getBasicStatistics: Determine basic statistics of the graph object

Description Usage Arguments Examples

Description

Returns basic statistics of the graph object (number of nodes, number of edges, whether or not the whole graph is connected, number of components, average path length, graph diameter, etc.)

Usage

1

Arguments

ig

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

Examples

1
2
3
data(sbTree)
ig = treeToIG(sbTree)
getBasicStatistics(ig)

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