https://github.com/cran/ape
Raw File
Tip revision: ad0a168d0452784a4022e7a99b406acb63d3c9c0 authored by Emmanuel Paradis on 03 October 2009, 00:00:00 UTC
version 2.4
Tip revision: ad0a168
CITATION
citHeader("To cite ape in a publication use:")

citEntry(entry="Article",
	title = "APE: analyses of phylogenetics and evolution in {R} language",
        author = personList(as.person("E. Paradis"),as.person("J. Claude"), as.person("K. Strimmer")),
	journal = "Bioinformatics",
  	year = "2004",
	volume = "20",
	pages = "289-290",
	         
        textVersion = "Paradis E., Claude J. & Strimmer K. 2004. APE: analyses of phylogenetics and evolution in R language. Bioinformatics 20: 289-290.")

citFooter("As ape is evolving quickly, you may want to cite also its version number (found with 'library(help = ape)').")
back to top