Skip to contents

A simulated distance matrix with 100 taxa, useful for benchmarking and demonstrating performance on medium-sized datasets.

Usage

sim_100

Format

A dist object with 100 taxa named taxon_001 through taxon_100.

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