https://github.com/cran/ape
Raw File
Tip revision: 24261066fe2eeebb0735faa45341fa38d7ba3bff authored by Emmanuel Paradis on 06 March 2014, 00:00:00 UTC
version 3.1-1
Tip revision: 2426106
treePop.Rd
\name{treePop}
\alias{treePop}
\title{Tree Popping}
\description{
  Method for reconstructing phylogenetic trees from an object of class
  splits using tree popping.
}
\usage{
treePop(obj)
}
\arguments{
  \item{obj}{an object of class \code{"bitsplit"}.}
}
\value{
  an object of class "phylo" which displays all the splits
  in the input object.
}
\author{Andrei Popescu \email{niteloserpopescu@gmail.com}}
\keyword{models}
back to top