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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Aug 3 05:00:38 CEST 2008


Author: pdc
Date: 2008-08-03 05:00:38 +0200 (Sun, 03 Aug 2008)
New Revision: 226

Modified:
   branches/pdcgsoc/R/phylo4.R
Log:
No longer masks the generic reorder()
apparently supplying a definition causes it to mask a previously loaded version

Modified: branches/pdcgsoc/R/phylo4.R
===================================================================
--- branches/pdcgsoc/R/phylo4.R	2008-08-02 09:18:11 UTC (rev 225)
+++ branches/pdcgsoc/R/phylo4.R	2008-08-03 03:00:38 UTC (rev 226)
@@ -82,11 +82,8 @@
 
 setGeneric("na.omit")
 
-setGeneric("reorder", def = function(x, order = 'cladewise') {
-    standardGeneric("reorder")}, package = 'phylobase', useAsDefault = FALSE)
+setGeneric("reorder")
 
-
-
 ###################
 ## Function .genlab
 ###################



More information about the Phylobase-commits mailing list