ggenealogy (version 1.0.3)

getBasicStatistics: Determine basic statistics of the graph object

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

getBasicStatistics(ig)

Arguments

ig

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

References

Rutter L, VanderPlas S, Cook D, Graham MA (2019). ggenealogy: An R Package for Visualizing Genealogical Data. Journal of Statistical Software, 89(13), 1--31. tools:::Rd_expr_doi("10.18637/jss.v089.i13")

Examples

Run this code
data(sbGeneal)
ig <- dfToIG(sbGeneal)
getBasicStatistics(ig)

Run the code above in your browser using DataLab