the most common manipulation I need to do to get aRbor to read a tree is to make the tree binary.
Can we add a check when we read trees into any easy mode app:
is.binary.tree(phy) - if it returns FALSE, then do
phy<-multi2di(phy)
check again
is.binary.tree(phy) - if it returns TRUE, continue; if FALSE, need to print an error that Arbor could not generate a binary tree.
the most common manipulation I need to do to get aRbor to read a tree is to make the tree binary.
Can we add a check when we read trees into any easy mode app:
is.binary.tree(phy) - if it returns FALSE, then do
phy<-multi2di(phy)
check again
is.binary.tree(phy) - if it returns TRUE, continue; if FALSE, need to print an error that Arbor could not generate a binary tree.