Skip to contents

Children species of an ancestor

Usage

childSpecies(tree, node)

Arguments

tree

A ConvenientTblTree object.

node

An internal node in that tree.

Value

A list of the label names on the left and right branch of the tree.

See also

Other Functions for trees: extractValues(), recordAncestor()

Author

Noa Brenner

Charles Plessy

Examples

childSpecies(Halo_Tree, 7)
#> $left
#> [1] "Haloferax_mediterranei" "Haloferax_volcanii"    
#> 
#> $right
#> [1] "Halobacterium_litoreum"  "Halobacterium_noricense"
#> [3] "Halobacterium_salinarum" "Salarchaeum_japonicum"  
#>