[Phylobase-commits] r889 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Mar 20 17:41:19 CET 2014


Author: francois
Date: 2014-03-20 17:41:15 +0100 (Thu, 20 Mar 2014)
New Revision: 889

Modified:
   pkg/R/treewalk.R
Log:
fix doc for treewalk

Modified: pkg/R/treewalk.R
===================================================================
--- pkg/R/treewalk.R	2014-03-19 15:35:22 UTC (rev 888)
+++ pkg/R/treewalk.R	2014-03-20 16:41:15 UTC (rev 889)
@@ -76,7 +76,7 @@
 #'   ## identify an edge from its terminal node
 #'   getEdge(geospiza, c("olivacea", "B", "fortis"))
 #'   getNode(geospiza, c("olivacea", "B", "fortis"))
-#'   geospiza at edge[c(26, 1, 11),]
+#'   edges(geospiza)[c(26, 1, 11),]
 #' 
 #'   ## quickly get all tip node IDs and tip edge IDs
 #'   nodeId(geospiza, "tip")



More information about the Phylobase-commits mailing list