Learn R Programming

admixturegraph (version 1.0.2)

add_graph_f4: Evalutes the f_4 statistics for all rows in a data frame and extends the data frame with the graph f_4.

Description

The data frame, data, must contain columns W, X, Y, and Z. The function then computes the $f_4(W, X; Y, Z)$ statistics (also known as the $D$ statistics) for all rows and adds these as a column, graph_f4, to the data frame.

Usage

add_graph_f4(data, graph, env)

Arguments

data
The data frame to get the labels to compute the $f_4$ statistics from.
graph
The admixture graph.
env
The environment to evaluate the $f_4$ statistics in.

Value

A data frame identical to data except with an additional column, graph_f4, containing the $f_4$ values as determined by the graph and the environment.