https://github.com/cran/ape
Raw File
Tip revision: 1330e272d62c723b8073c95b066950b294f59697 authored by Emmanuel Paradis on 20 October 2012, 00:00:00 UTC
version 3.0-6
Tip revision: 1330e27
ape-package.Rd
\name{ape-package}
\alias{ape-package}
\alias{ape}
\docType{package}
\title{
Analyses of Phylogenetics and Evolution
}
\description{
  \pkg{ape} provides functions for reading and manipulating phylogenetic
  trees and DNA sequences, computing DNA distances, estimating trees
  with distance-based methods, and a range of methods for comparative
  analyses and analysis of diversification. Functionalities are also
  provided for programming new phylogenetic methods.

  The complete list of functions can be displayed with
  \code{library(help = ape)}.

  More information on \pkg{ape} can be found at \url{http://ape.mpl.ird.fr/}.
}

\author{
  Emmanuel Paradis, Ben Bolker, Julien Claude, Hoa Sien Cuong, Richard
  Desper, Benoit Durand, Julien Dutheil, Olivier Gascuel, Christoph
  Heibl, Daniel Lawson, Vincent Lefort, Pierre Legendre, Jim Lemon,
  Yvonnick Noel, Johan Nylander, Rainer Opgen-Rhein, Andrei-Alin
  Popescu, Klaus Schliep, Korbinian Strimmer, Damien de Vienne

  Maintainer: Emmanuel Paradis <Emmanuel.Paradis@ird.fr>
}
\references{
  Paradis, E. (2012) \emph{Analysis of Phylogenetics and Evolution with
    R (Second Edition).} New York: Springer.

  Paradis, E., Claude, J. and Strimmer, K. (2004) APE: analyses of
  phylogenetics and evolution in R language. \emph{Bioinformatics},
  \bold{20}, 289--290.
}
\keyword{package}
back to top