insert_admix_old | R Documentation |
Insert admixture edges into graph
insert_admix_old(
graph,
fromnodes,
tonodes,
substitute_missing = FALSE,
allow_below_admix = FALSE
)
graph |
An admixture graph |
fromnodes |
List of nodes. New edges will originate above these nodes. |
tonodes |
List of nodes. New edges will end above these nodes. |
substitute_missing |
If |
allow_below_admix |
Allow insertion of edges which begin or end directly underneath an admixture node |
Adxmiture graph with inserted edges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.