[Phylobase-commits] r211 - branches/pdcgsoc/misc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 21 09:27:26 CEST 2008


Author: pdc
Date: 2008-07-21 09:27:26 +0200 (Mon, 21 Jul 2008)
New Revision: 211

Modified:
   branches/pdcgsoc/misc/temp.R
Log:
keep up with changes to reorder

Modified: branches/pdcgsoc/misc/temp.R
===================================================================
--- branches/pdcgsoc/misc/temp.R	2008-07-21 07:26:56 UTC (rev 210)
+++ branches/pdcgsoc/misc/temp.R	2008-07-21 07:27:26 UTC (rev 211)
@@ -121,7 +121,7 @@
         ## 0, 1, length.out = length(phy at tip.label)) 
     # } else {
         ## reoder the phylo and assign even y spacing to the tips
-        phy <- reorder.phylo4(phy)
+        phy <- reorder(phy)
         xxyy$yy[phy at edge[, 2] <= length(phy at tip.label)] <- seq(
             0, 1, length.out = length(phy at tip.label)
         )



More information about the Phylobase-commits mailing list