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
collapse.singles.Rd
\name{collapse.singles}
\alias{collapse.singles}
\title{Collapse Single Nodes}
\usage{
collapse.singles(tree)
}
\arguments{
  \item{tree}{an object of class \code{"phylo"}.}
}
\description{
  This function deletes the single nodes (i.e., with a single
  descendant) in a tree.
}
\value{
  an object of class \code{"phylo"}.
}
\author{Ben Bolker}
\seealso{
  \code{\link{plot.phylo}}, \code{\link{read.tree}}
}
\keyword{manip}
back to top