powered by
cSPR()
cSPR() expects a tree rooted on a single tip.
cSPR(tree, whichMove = NULL)
A tree of class phylo.
phylo
Integer specifying which SPR move index to perform.
Martin R. Smith (martin.smith@durham.ac.uk)
tree <- TreeTools::BalancedTree(8) # Tree must be rooted on leaf tree <- TreeTools::RootTree(tree, 1) # Random rearrangement cSPR(tree) # Specific rearrangement cSPR(tree, 9)
Run the code above in your browser using DataLab