# NOT RUN {
library(treenomial)
library(ape)
# distance between one 10 tip tree and 100 trees with 30 tips
# generate the trees
tenTipTree <- rtree(10)
thirtyTipList <- rmtree(100, 30)
# find the distance
treeDist(tenTipTree, thirtyTipList, numThreads = 0)
# }
Run the code above in your browser using DataLab