Learn R Programming

admixturegraph (version 1.0.2)

build_edge_optimisation_matrix: Build a matrix coding the linear system of edges once the admix variables have been fixed.

Description

The elements are characters containing numbers, admix variable names, parenthesis and arithmetical operations. (Transform into expressions with parse and then evaluate with eval). The default column names are the edge names from extract_graph_parameters, the rows have no names.

Usage

build_edge_optimisation_matrix(data, graph, parameters = extract_graph_parameters(graph))

Arguments

data
The data set.
graph
The admixture graph.
parameters
In case one wants to tweak something in the graph.

Value

A list containing the full matrix (full), a version with zero columns removed (column_reduced) and parameters to pass forward (parameters).