https://github.com/cran/ape
Raw File
Tip revision: 852b3d2226a5db30198f8a46745a22e86cf5a61f authored by Emmanuel Paradis on 26 March 2011, 00:00:00 UTC
version 2.7-1
Tip revision: 852b3d2
CITATION
citHeader("To cite ape in a publication use:")

citEntry(entry="Article",
	title = "A{PE}: 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