A simulated distance matrix with 100 taxa, useful for benchmarking and demonstrating performance on medium-sized datasets.
Details
Generated from a random tree topology (using ape::rtree) with added
noise to create realistic non-ultrametric distances. Useful for testing
and benchmarking tree-building algorithms.
Examples
data(sim_100)
system.time(tree <- fast_nj(sim_100))
#> user system elapsed
#> 0.005 0.001 0.003