[Phylobase-commits] r548 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Aug 21 02:28:16 CEST 2009


Author: pdc
Date: 2009-08-21 02:28:16 +0200 (Fri, 21 Aug 2009)
New Revision: 548

Modified:
   pkg/man/phylo4d-class.Rd
Log:
update the print methods docs to reflect new pretty vs. real print order argument

Modified: pkg/man/phylo4d-class.Rd
===================================================================
--- pkg/man/phylo4d-class.Rd	2009-08-21 00:15:34 UTC (rev 547)
+++ pkg/man/phylo4d-class.Rd	2009-08-21 00:28:16 UTC (rev 548)
@@ -43,13 +43,16 @@
   }
 }
 \usage{
-    \S4method{print}{phylo4d}(x, printall=TRUE)
+    \S4method{print}{phylo4d}(x, edgeOrder = c("pretty", "real"), printall=TRUE)
     \S4method{summary}{phylo4d}(object)
     \S4method{names}{phylo4d}(x)
   }
   \arguments{
     \item{x}{a phylo4d object}
     \item{object}{a phylo4d object}
+    \item{edgeOrder}{Character string indicating whether the edges should be printed
+      as ordered in the tree "real" (e.g. preoder or postorder), or "pretty" printed 
+      with tips collated together}
     \item{printall}{If TRUE all tip labels are printed}
   }
   \value{



More information about the Phylobase-commits mailing list