getBasicStatistics {ggenealogy} | R Documentation |
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. doi:10.18637/jss.v089.i13
Examples
data(sbGeneal)
ig <- dfToIG(sbGeneal)
getBasicStatistics(ig)
[Package ggenealogy version 1.0.3 Index]