Modify a graph by applying n mutation functions
mutate_n(
graph,
n = 2,
funs = list(spr_all, spr_leaves, swap_leaves, move_admixedge_once, flipadmix_random,
mutate_n),
fix_outgroup = TRUE
)
An admixture graph
Number of functions to apply
List of function from which to choose
Keep outgroup in place
A new admixture graph