ILnumber {phyloTop} | R Documentation |
IL number
Description
Computes the number of internal nodes with a single tip child.
Usage
ILnumber(tree, normalise = FALSE)
Arguments
tree |
a tree of class |
normalise |
option to normalise the result, default is |
Value
The integer number of internal nodes with a single tip child.
Author(s)
Michael Boyd mboyd855@gmail.com
Michelle Kendall michelle.louise.kendall@gmail.com
Examples
## Find the IL number of a random tree with 10 tips:
tree <- rtree(10)
plot(tree)
ILnumber(tree)
## and the normalised IL number:
ILnumber(tree, normalise=TRUE)
[Package phyloTop version 2.1.2 Index]