https://github.com/cran/ape
Raw File
Tip revision: 09cfe471b2baa0985c63793fb427577ebb4f4aee authored by Emmanuel Paradis on 25 April 2021, 07:20:02 UTC
version 5.5
Tip revision: 09cfe47
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}
\keyword{models}
back to top