https://github.com/cran/ape
Raw File
Tip revision: 650e3dfdde5de98680ea96e0e3bc6e30f52a51b2 authored by Emmanuel Paradis on 24 May 2016, 05:38:54 UTC
version 3.5
Tip revision: 650e3df
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