Reconstructs phylo trees from raw edge-list chains, applies burn-in
removal and iteration truncation, then pools all chains into a single
multiPhylo object.
Arguments
- edge_list_all
List of chains, each a list of 2-column integer edge matrices.
- phy_init
The initial
phyloobject whose tip labels and metadata are used to reconstruct fullphyloobjects.- burnin
Integer; number of initial samples to discard from each chain.
- max_iter
Numeric; maximum iteration to retain (samples beyond this are dropped).