| internodes | R Documentation | 
Get internodes indexes for each taxon or another per-taxon value. An internode is a taxon with exactly one supertaxon and one subtaxon. These taxa can be removed without losing information on the relationships of the remaining taxa.
internodes(x)
| x | The object to get internodes for, such as a taxonomy object. | 
Other taxonomy functions: 
leaves(),
roots(),
stems(),
subtaxa(),
supertaxa()
Other internode functions: 
is_internode()
x <- taxonomy(c('Carnivora', 'Felidae', 'Panthera', 'Panthera leo',
                'Panthera tigris', 'Ursidae', 'Ursus', 'Ursus arctos'),
              supertaxa = c(NA, 1, 2, 3, 3, 1, 6, 7))
internodes(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.