Dear Emmanuel & list,

There seems to be a small bug on line 582, in function 'rphylo'. The
parameters passed to function 'Foo' are switched compared to how the Foo
functions are defined and how they are used in other functions.

Original:
if (Foo(x, t) > P) {

Proposed Fix:
if (Foo(t, x) > P) {

Best,
Niko

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-phylo mailing list - R-sig-phylo@r-project.org
https://stat.ethz.ch/mailman/listinfo/r-sig-phylo
Searchable archive at http://www.mail-archive.com/r-sig-phylo@r-project.org/

Reply via email to