Skip to content
Prev 154963 / 398506 Next

Binary Tree Testing in "ape" package (a bug?)

If I am right informed, 'is.binary.tree' cannot test for root  
polytomies.

Consider this example:

tree.hiv <- read.tree(text="((rat,mouse,(human,chimp)), kangaroo);")
is.binary.tree(tree.hiv) 		# will yield 'FALSE'


For further questions you might be better advised to use the 'R-sig- 
phylo' mailing list.






________________________________________________________

Christoph Heibl

Systematic Botany
Ludwig-Maximilians-Universit?t M?nchen
Menzinger Str. 67
D-80638 M?nchen
GERMANY

phone:     +49-(0)89-17861-251
e-mail:    heibl at lmu.de

http://www.christophheibl.de/ch-home.html
On Sep 4, 2008, at 5:27 AM, Gundala Viswanath wrote: