Hi,

Hoe does the function "nodelabels" match data to the phylogeny? Ancestral
reconstruction produces a vector with a sample output:

> st


          [,1]         [,2]        [,3]       [,4]        [,5]
[1,] 0.0001381085 0.007642601 0.01638118 0.001591162 0.001268793
[2,] 0.9998618915 0.992357399 0.98361882 0.998408838 0.998731207


The numbers across the top do no correlate with the node numbers on
the phylogeny: compare


> nodelabels(pie=t(st))


with


> nodelabels()


Would it be possible to create a list vector of the nodes in a
phylogeny with the corresponding values from an ancestral
reconstruction?


An example could be something like:


> vector

        Node 1

[1] 0.05

[2] 0.95

        Node 2

[1] 0.3

[2] 0.7



Thanks

        [[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