Learn R Programming

admixturegraph (version 1.0.2)

all_paths: Compute all paths from one leaf to another.

Description

Computes all paths from one leaf to another.

Usage

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.