Description Usage Arguments Value Examples
View source: R/incidence_matrix.R
Compute the incidence matrix from a tree
1 | incidence_matrix(phylo)
|
phylo |
a tree |
the incidence matrix
1 2 | tree <- ape::rtree(3)
incidence_matrix(tree)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.