R/paths.R
path.length.hist.Rd
path.length.hist() was renamed to distance_table() to create a more consistent API.
path.length.hist()
distance_table()
path.length.hist(graph, directed = TRUE)
The graph to work on.
Whether to consider directed paths in directed graphs, this argument is ignored for undirected graphs.
path_length_hist()