insert_admix | R Documentation |
Insert a single edge into graph
insert_admix(
graph,
source_from = NULL,
source_to = NULL,
dest_from = NULL,
dest_to = NULL,
substitute = FALSE,
fix_outgroup = TRUE
)
graph |
An admixture graph |
source_from |
Parent node of the source edge |
source_to |
Child node of the source edge |
dest_from |
Parent node of the destination edge |
dest_to |
Child node of the destination edge |
substitute |
Should another edge be inserted, if the one specified doesn't work? |
Adxmiture graph with inserted edge
delete_admix
, insert_admix_n
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.