# NOT RUN {
data("inapplicable.datasets")
tree <- TreeTools::BalancedTree(inapplicable.phyData[[1]])
TreeLength(tree, inapplicable.phyData[[1]])
TreeLength(tree, inapplicable.phyData[[1]], concavity = 10)
TreeLength(tree, inapplicable.phyData[[1]], concavity = 'profile')
TreeLength(5, inapplicable.phyData[[1]])
# }
Run the code above in your browser using DataLab