[Phylobase-commits] r761 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Mar 23 01:15:24 CET 2010


Author: francois
Date: 2010-03-23 01:15:23 +0100 (Tue, 23 Mar 2010)
New Revision: 761

Modified:
   pkg/R/phylo4.R
Log:
definition for hasDuplicatedLabels

Modified: pkg/R/phylo4.R
===================================================================
--- pkg/R/phylo4.R	2010-03-23 00:06:32 UTC (rev 760)
+++ pkg/R/phylo4.R	2010-03-23 00:15:23 UTC (rev 761)
@@ -86,6 +86,12 @@
                standardGeneric("labels<-")
            })
 
+## hasDuplicatedLabels
+setGeneric("hasDuplicatedLabels",
+           function(x, type) {
+               standardGeneric("hasDuplicatedLabels")
+           })
+
 ## hasNodeLabels
 setGeneric("hasNodeLabels", function(x) {
     standardGeneric("hasNodeLabels")
@@ -179,6 +185,16 @@
     standardGeneric("addData")
 })
 
+## dimData
+## setGeneric("dimData", function(x, ...) {
+##     standardGeneric("dimData")
+## })
+
+## ## ncolData
+## setGeneric("ncolData", function(x, ...) {
+##     standardGeneric("ncolData")
+## })
+
 ## hasTipData
 setGeneric("hasTipData", function(x) {
     standardGeneric("hasTipData")



More information about the Phylobase-commits mailing list