shortest_paths_func: Find the shortest paths.

Description Usage Arguments Value

View source: R/math-funcs.R

Description

Find the shortest paths.

Usage

1
shortest_paths_func(x, mst_weights)

Arguments

x

Pair of node ids from start node to end node.

mst_weights

Output from igraph::mst.

Value

Vector of node ids of shortest paths.


trang1618/tdapseudotime documentation built on Feb. 9, 2021, 6:14 p.m.