sis_clean | R Documentation |
Does basic formatting and cleanup: makes sure the taxa are the same order in both, makes sure row names of the data are taxa, etc. Relies on geiger's treedata function. The first_col_names is for software like hisse, where the first column is often taxon names.
sis_clean(phy, traits, first_col_names = FALSE)
phy |
A phylo object |
traits |
A data.frame of traits |
first_col_names |
Boolean on whether the first column has names. |
a list with phy and traits elements
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.