count_zero_edges | R Documentation |
agraph
is the format used by the admixturegraph
packge. igraph
is used by the admixtools
package
count_zero_edges(edges, epsilon = 1e-06)
edges |
Edges data frame from fitted admixture graph |
epsilon |
Every edge with length |
The number of edges with length < epsilon
## Not run:
fit = qpgraph(example_f2_blocks, example_igraph)
count_zero_edges(fit$edges)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.