List clades in a graph

summarize_zerof4(graph, eps = 1e-07)

Arguments

graph

An admixture graph

eps

Used to determine what counts as zero

Value

A data frame with all (non-redundant) zero f4-statistics

Examples

if (FALSE) {
summarize_zerof4(example_igraph)
}