liamrevell / phytools

GNU General Public License v3.0
198 stars 56 forks source link

Add rooted argument to consensus.edges.R #124

Closed AEgit closed 1 year ago

AEgit commented 1 year ago

Due to changes in the consensus() function of ape, consensus.edges() needs to have a rooted argument. Otherwise only unrooted trees can be produced by consensus.edges(). For more information see https://github.com/liamrevell/phytools/issues/123

liamrevell commented 1 year ago

I made other changes to this function to address this issue. Please check & see if you agree that this is resolved.

AEgit commented 9 months ago

I took ages to reply, but here I go: Thanks for fixing the problem!