| ILnumber | R Documentation | 
Computes the number of internal nodes with a single tip child.
ILnumber(tree, normalise = FALSE)
| tree | a tree of class  | 
| normalise | option to normalise the result, default is  | 
The integer number of internal nodes with a single tip child.
Michael Boyd mboyd855@gmail.com
Michelle Kendall michelle.louise.kendall@gmail.com
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.