A phylogenetic tree of Artiodactyla (even-toed ungulates).

data(artiodactyla)

Format

An object of class "phylo", from package "ape".

References

The tree is taken from Toljagic et al. (2017).

  • Toljagić, O., Voje, K. L., Matschiner, M., Liow, L. H., & Hansen, T. F. (2017). Millions of years behind: Slow adaptation of ruminants to grasslands. Systematic Biology, (318). https://doi.org/10.1093/sysbio/syx059

Examples

data(artiodactyla) library(ape) plot(artiodactyla)
# Note: This tree also has regime information for each internal node in the tree: print(artiodactyla$node.label)
#> [1] "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "Gr" "Gr" "Gr" #> [16] "MF" "Br" "Br" "Br" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" #> [31] "MF" "MF" "Gr" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "MF" "Br"