| build_tree_ranges_fast | R Documentation |
Lightweight version of build_tree_ranges() that uses precomputed descendant information and skips validation.
build_tree_ranges_fast(
tree,
tip_comm,
data_type,
descendants,
clade_fun = NULL
)
tree |
A phylo object |
tip_comm |
Tip community matrix (sites x tips) |
data_type |
Data type string |
descendants |
Precomputed list from precompute_descendants() |
clade_fun |
Custom aggregation function (used if data_type is "other") |
Full community matrix (sites x edges)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.