Re: [R-sig-phylo] ape and pvclust

2012-12-01 Thread Amin, Viren
to take advantage of the flexibility of plot.phylo. This might be your solution too. Viren -Original Message- From: Gilles Benjamin Leduc [mailto:g...@hi.is] Sent: Saturday, December 01, 2012 5:20 PM To: Viky Koralkova Cc: Amin, Viren; r-sig-phylo@r-project.org Subject: Re: [R-sig-phylo

Re: [R-sig-phylo] ape and pvclust

2011-11-20 Thread Emmanuel Paradis
Sender: r-sig-phylo-boun...@r-project.org Date: Sat, 19 Nov 2011 10:26:02 To: r-sig-phylo@r-project.org Subject: Re: [R-sig-phylo] ape and pvclust Hi Mathias, a fast way to see/check the order of nodes in the tree (before assigning any values to the nodes) is: plot(mytree) nodelabels

Re: [R-sig-phylo] ape and pvclust

2011-11-19 Thread Antigoni Kaliontzopoulou
Hi Mathias, a fast way to see/check the order of nodes in the tree (before assigning any values to the nodes) is: plot(mytree) nodelabels() The labels you need to show will then have to be a vector with its elements in the order of the numbering of nodes you see in the tree. Normally nodes