powered by
The function scans a pair of phylogenetic trees to find topological differences.
treeCompare(tree, tree1, plot = TRUE)
The function returns a data-frame indicating for each un-matching species its sister species/clades on both trees.
a phylogenetic tree. The tree needs not to be ultrametric and fully dichotomous. Generic name and specific epithet must be separated by '_'.
if TRUE, the function produces an interactive plotting device to check differences in species placement at the genus level.
TRUE
Silvia Castiglione, Carmela Serio, Antonella Esposito
if (FALSE) { DataSimians$tree->tree set.seed(22) swapONE(tree,si=0.5)[[1]]->tree1 treeCompare(tree,tree1) }
Run the code above in your browser using DataLab