Description Usage Arguments Value Author(s) Examples
View source: R/monophyly.prop.R
Calculate the proportion of monophyletic group on a tree given species vector and a tree.
1 | monophyly.prop(phy, sppVector, singletonsMono = TRUE)
|
phy |
A tree of class phylo. |
sppVector |
Species vector. |
singletonsMono |
Logical. Should singletons (i.e. only a single specimen representing that species) be treated as monophyletic? Default of TRUE. Possible values of FALSE and NA. |
A list containing proportion and number of monophyly group.
A set monophyly and of non-monophyly group names.
Cai-qing YANG (Email: yangcq_ivy(at)163.com) and Ai-bing ZHANG (Email:zhangab2008(at)cnu.edu.cn), Capital Normal University (CNU), Beijing, CHINA.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.