Rdocumentation
powered by
Learn R Programming
admixturegraph (version 1.0.2)
admixture_edge: Create an admixture edge from a child to two parents.
Description
Syntactic suggar for constructing edges in an admixture graph.
Usage
admixture_edge(child, parent1, parent2, prop = NA)
Arguments
child
The name of the child node.
parent1
The name of the parent node.
parent2
The name of the parent node.
prop
Admixture proportions from
parent1
to
child
. If this parameter is not provided, you must explicitly specify the admixture proportion parameters in the
agraph
function call.