[Phylobase-commits] r667 - branches/slot-mods/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Sep 26 01:53:04 CEST 2009


Author: regetz
Date: 2009-09-26 01:53:04 +0200 (Sat, 26 Sep 2009)
New Revision: 667

Modified:
   branches/slot-mods/man/tdata.Rd
Log:
minor doc update to reflect change in tdata method


Modified: branches/slot-mods/man/tdata.Rd
===================================================================
--- branches/slot-mods/man/tdata.Rd	2009-09-25 23:35:55 UTC (rev 666)
+++ branches/slot-mods/man/tdata.Rd	2009-09-25 23:53:04 UTC (rev 667)
@@ -11,7 +11,7 @@
   phylogenetic tree stored as a phylo4d object
 }
 \usage{
- \S4method{tdata}{phylo4d}(x, type=c("tip", "internal", "allnode"),
+ \S4method{tdata}{phylo4d}(x, type=c("tip", "internal", "all"),
      label.type=c("row.names", "column"), empty.columns=TRUE, \dots)
  \S4method{tdata}{phylo4d,ANY}(x, type = "tip", \dots) <- value
 }
@@ -21,7 +21,7 @@
     \item{type}{The type of data to retrieve or update:
       \dQuote{\code{tip}}  for data associated with tips,
       \dQuote{\code{internal}} for data  associated with internal nodes,
-      \dQuote{\code{allnode}} for data associated with tip and internal
+      \dQuote{\code{all}} for data associated with tip and internal
       nodes.}
     
     \item{label.type}{How the tip/node labels from the tree be



More information about the Phylobase-commits mailing list