[Phylobase-commits] r206 - branches/pdcgsoc/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jul 21 07:35:37 CEST 2008


Author: pdc
Date: 2008-07-21 07:35:36 +0200 (Mon, 21 Jul 2008)
New Revision: 206

Modified:
   branches/pdcgsoc/R/phylo4.R
Log:
basis for a reorder command

Modified: branches/pdcgsoc/R/phylo4.R
===================================================================
--- branches/pdcgsoc/R/phylo4.R	2008-07-21 05:30:50 UTC (rev 205)
+++ branches/pdcgsoc/R/phylo4.R	2008-07-21 05:35:36 UTC (rev 206)
@@ -78,6 +78,12 @@
 
 setGeneric("na.omit")
 
+setGeneric("reorder", function(phy) {
+    standardGeneric("reorder")
+})
+
+
+
 ###################
 ## Function .genlab
 ###################



More information about the Phylobase-commits mailing list