all_paths: Compute all paths from one leaf to another.

Description Usage Arguments Value

View source: R/paths.R

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.


mailund/admixture_graph documentation built on May 21, 2019, 11:06 a.m.