getBasicStatistics: Determine basic statistics of the graph object

View source: R/allFunctions.R

getBasicStatisticsR 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. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.18637/jss.v089.i13")}

Examples

data(sbGeneal)
ig <- dfToIG(sbGeneal)
getBasicStatistics(ig)

lrutter/ggenealogy documentation built on Feb. 22, 2024, 8:03 p.m.