Learn R Programming

admixturegraph (version 1.0.2)

extract_graph_parameters: Extract all the parameters a graph contains.

Description

The graph is parameterized by edge lengths and admixture proportions. This function extracts these parameters.

Usage

extract_graph_parameters(graph)

Arguments

graph
The admixture graph.

Value

A list containing two values: edges, a vector of edges and admix_prop, a vector containing admixture proportions.