[Ecopd-commits] r89 - branches/single-tree/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Nov 18 21:07:25 CET 2009
Author: regetz
Date: 2009-11-18 21:07:25 +0100 (Wed, 18 Nov 2009)
New Revision: 89
Modified:
branches/single-tree/man/tipLength.Rd
Log:
fixed examples in tipLength documentation
Modified: branches/single-tree/man/tipLength.Rd
===================================================================
--- branches/single-tree/man/tipLength.Rd 2009-11-18 20:04:11 UTC (rev 88)
+++ branches/single-tree/man/tipLength.Rd 2009-11-18 20:07:25 UTC (rev 89)
@@ -37,12 +37,12 @@
}
\examples{
data(weeds)
- tipLength(weeds$A)
+ tipLength(weeds)
# distance from the root node to each tip
- tipLength(weeds$A, from="root")
+ tipLength(weeds, from="root")
# as above, but include root edge length
- tipLength(weeds$A, from="root") + edgeLength(weeds$A,
- rootNode(weeds$A))
+ tipLength(weeds, from="root") + edgeLength(weeds,
+ rootNode(weeds))
}
More information about the Ecopd-commits
mailing list