Learn R Programming

admixturegraph (version 1.0.2)

extract_admixture_proportion_parameters: Extract the admixture proportion parameter from edge specifications.

Description

This function is simply selecting the edges with admixture proportion specifications so these can be handled when building a graph using agraph. It is not a function you would need to call explicitly, rather it is there to allow people not to use it to provide admixture proportions explicitly (which we normally wouldn't recommend).

Usage

extract_admixture_proportion_parameters(parent_edges)

Arguments

parent_edges
Matrix created with the agraph_parents function.

Value

The parents edges reduced to the rows with admixture proportions.