Hi Filipe,

On Thu, 30 Sep 2010 17:22:43 +0200
 "Filipe G. Vieira" <fgar...@ub.edu> wrote:
Hi all,

I'm using R v2.10.1 and I've recently found a bug in APE's
as.hclust.phylo() function. It occurred when I read a tree with names
on the internal nodes and tried to convert it.
In the end I've managed to fix it by adding the lines:

nm <- rev((n+1):(n+x$Nnode))
#    nm <- as.numeric(names(bt))

Does this really solves the issue?

Yes. This will be in the next release of ape (2.6-1). Many thanks for the fix.

Emmanuel

I think so but thought I should report it nevertheless.

cheers,
FGV

_______________________________________________
R-sig-phylo mailing list
R-sig-phylo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-phylo

_______________________________________________
R-sig-phylo mailing list
R-sig-phylo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-phylo

Reply via email to