all_paths: Compute all paths from one leaf to another.

Description Usage Arguments Value

Description

Computes all paths from one leaf to another.

Usage

1
all_paths(graph, src, dst)

Arguments

graph

The admixture graph.

src

The starting leaf.

dst

The destination leaf.

Value

A list containing all the paths from src to dst.


admixturegraph documentation built on May 2, 2019, 6:02 a.m.