[Ecopd-commits] r38 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Oct 21 01:41:30 CEST 2009


Author: regetz
Date: 2009-10-21 01:41:29 +0200 (Wed, 21 Oct 2009)
New Revision: 38

Modified:
   pkg/man/tipLength.Rd
Log:
minor fixes to tipLength documentation


Modified: pkg/man/tipLength.Rd
===================================================================
--- pkg/man/tipLength.Rd	2009-10-20 16:11:45 UTC (rev 37)
+++ pkg/man/tipLength.Rd	2009-10-20 23:41:29 UTC (rev 38)
@@ -5,7 +5,7 @@
   Returns the lengths of all tip edges of a phylogeny.
 }
 \usage{
-tipLength(x)
+  tipLength(x)
 }
 \arguments{
   \item{x}{a \code{phylo4} object (or one that inherits from it)}
@@ -20,6 +20,6 @@
   phylobase method.
 }
 \examples{
-  data(weed)
-  tipLength(weed$A)
+  data(weeds)
+  tipLength(weeds$A)
 }



More information about the Ecopd-commits mailing list