Learn R Programming

admixturegraph (version 1.0.2)

all_path_overlaps: Get the list of overlaps of all paths.

Description

Gets the list of overlaps of all paths.

Usage

all_path_overlaps(paths1, paths2)

Arguments

paths1
Paths between one pair of leaves.
paths2
Paths between another pair of leaves.

Value

A list of the overlaps of all combinations of paths from paths1 and paths2.