https://github.com/cran/ape
Raw File
Tip revision: 6f7033d8327bcce6c8a279fe7fffe84bfb1252ca authored by Emmanuel Paradis on 14 February 2017, 18:15:21 UTC
version 4.1
Tip revision: 6f7033d
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