A symmetric numeric adjacency matrix derived from [otu_rare_relative] for tests that need a deterministic input.
Examples
data(adjacency_matrix_example)
adjacency_matrix_example[1:5, 1:5]
#> ASV_1 ASV_2 ASV_3 ASV_4 ASV_6
#> ASV_1 0 0.0000000 0 0 0.0000000
#> ASV_2 0 0.0000000 0 0 0.8947427
#> ASV_3 0 0.0000000 0 0 0.0000000
#> ASV_4 0 0.0000000 0 0 0.0000000
#> ASV_6 0 0.8947427 0 0 0.0000000
