Learn R Programming

admixturegraph (version 1.0.2)

edge: Create an edge from a child to a parent.

Description

Syntactic suggar for constructing edges in an admixture graph.

Usage

edge(child, parent)

Arguments

child
The name of the child node.
parent
The name of the parent node.