https://github.com/cran/ape
Raw File
Tip revision: 87242e49a6768ac5c75cce35ec7602366c698805 authored by Emmanuel Paradis on 27 August 2002, 00:00:00 UTC
version 0.1
Tip revision: 87242e4
dist.phylo.Rd
\name{dist.phylo}
\alias{dist.phylo}
\title{Pairwise Distances from a Phylogenetic Tree}
\usage{
dist.phylo(phy)
}
\arguments{
  \item{phy}{an object of class \code{"phylo"}.}
}
\description{
  This function computes the pairwise distances between the pairs of
  tips from a phylogenetic tree using the branch lengths of the latter.
}
\value{
  a numeric matrix with the names of the tips (as given by the tip.label
  of the argument `phy') as colnames and rownames.
}
\author{Julien Claude \email{claude@isem.univ-montp2.fr}}
\seealso{
  \code{\link{read.tree}} to read tree files in Newick format
}
\keyword{manip}
back to top