[Phylobase-commits] r462 - branches/fm-branch/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 14 03:33:09 CEST 2009


Author: francois
Date: 2009-08-14 03:33:09 +0200 (Fri, 14 Aug 2009)
New Revision: 462

Modified:
   branches/fm-branch/R/methods-phylo4d.R
Log:
fix typo in previous commit

Modified: branches/fm-branch/R/methods-phylo4d.R
===================================================================
--- branches/fm-branch/R/methods-phylo4d.R	2009-08-14 01:31:21 UTC (rev 461)
+++ branches/fm-branch/R/methods-phylo4d.R	2009-08-14 01:33:09 UTC (rev 462)
@@ -138,7 +138,7 @@
 
 setMethod("addData", "phylo4d", function(x, tip.data=NULL, node.data=NULL,
                                          all.data=NULL, pos=c("after", "before"),
-                                         merge.data=TRUE, match.data,
+                                         merge.data=TRUE, match.data=TRUE,
                                          ...) {
     pos <- match.arg(pos)
 



More information about the Phylobase-commits mailing list