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.


covidclinical/Phase2.1TDAPseudotimeRPackage documentation built on Sept. 27, 2020, 12:03 a.m.