]> git.donarmstrong.com Git - ape.git/blob - man/treePop.Rd
big update with files from Andrei
[ape.git] / man / treePop.Rd
1 \name{treePop}
2 \alias{treePop}
3 \title{Tree Popping}
4 \description{
5   Method for reconstructing phylogenetic trees from an object of class
6   splits using tree popping.
7 }
8 \usage{
9 treePop(obj)
10 }
11 \arguments{
12   \item{obj}{an object of class \code{"bitsplit"}.}
13 }
14 \value{
15   an object of class "phylo" which displays all the splits
16   in the input object.
17 }
18 \author{Andrei Popescu \email{niteloserpopescu@gmail.com}}
19 \keyword{models}