https://github.com/cran/ape
Raw File
Tip revision: b2e768879a4de1e6742930fa884ac9578bc3d930 authored by Emmanuel Paradis on 19 November 2006, 00:00:00 UTC
version 1.9
Tip revision: b2e7688
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