path.length.hist {igraph}R Documentation

Shortest (directed or undirected) paths between vertices

Description

[Deprecated]

path.length.hist() was renamed to distance_table() to create a more consistent API.

Usage

path.length.hist(graph, directed = TRUE)

Arguments

graph

The graph to work on.

directed

Whether to consider directed paths in directed graphs, this argument is ignored for undirected graphs.


[Package igraph version 2.0.3 Index]