path.length.hist: Shortest (directed or undirected) paths between vertices

View source: R/paths.R

path.length.histR 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.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.