View source: R/summaryStatistics.R
sumStatsTopo | R Documentation |
There are 8 topological summary statistics listed below.
Variable | Description |
colless | absolute difference in left and right tips, summed over int. nodes |
sackin | depth summed over tips |
widthdepth | ratio of maximal width over maximal depth |
deltaw | maximal consecutive width difference |
maxladder | maximal ladder size |
inladder | proportion of nodes in ladder |
imbalance | proportion of imbalanced nodes (i.e. colless !=0) |
stair | ratio of tips on each side summed over internal nodes |
sumStatsTopo(phylo, df.nodes)
phylo |
phylogeny (ape format) |
df.nodes |
dataframe |
list
the variable listed above can be accessed with $
+ variable name.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.