[Phylobase-commits] r328 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 19 15:25:24 CET 2008


Author: francois
Date: 2008-12-19 15:25:24 +0100 (Fri, 19 Dec 2008)
New Revision: 328

Modified:
   pkg/R/phylo4.R
Log:
adds definition of typeNode

Modified: pkg/R/phylo4.R
===================================================================
--- pkg/R/phylo4.R	2008-12-19 14:18:53 UTC (rev 327)
+++ pkg/R/phylo4.R	2008-12-19 14:25:24 UTC (rev 328)
@@ -14,6 +14,10 @@
     standardGeneric("rootEdge")
 })
 
+setGeneric("typeNode", function(x) {
+    standardGeneric("typeNode")
+})
+
 setGeneric("isRooted", function(x) {
     standardGeneric("isRooted")
 })



More information about the Phylobase-commits mailing list