[Phylobase-commits] r141 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 6 11:27:50 CET 2008


Author: jombart
Date: 2008-03-06 11:27:49 +0100 (Thu, 06 Mar 2008)
New Revision: 141

Modified:
   pkg/R/phylo4.R
Log:
Export to phylog now produces the default format.


Modified: pkg/R/phylo4.R
===================================================================
--- pkg/R/phylo4.R	2008-03-06 10:03:04 UTC (rev 140)
+++ pkg/R/phylo4.R	2008-03-06 10:27:49 UTC (rev 141)
@@ -821,7 +821,7 @@
     if(!require(ade4)) stop("the ade4 package is required")
     x <- as(from,"phylo")
     x <- write.tree(x,file="")
-    x <- newick2phylog(x, add.tools=FALSE)
+    x <- newick2phylog(x)
     return(x)
 })
 



More information about the Phylobase-commits mailing list