[Caic-commits] r73 - pkg/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 3 13:10:53 CEST 2008
Author: petzoldt
Date: 2008-10-03 13:10:53 +0200 (Fri, 03 Oct 2008)
New Revision: 73
Modified:
pkg/inst/doc/caic.rnw
Log:
fix for missing "diTree"
Modified: pkg/inst/doc/caic.rnw
===================================================================
--- pkg/inst/doc/caic.rnw 2008-10-02 20:24:31 UTC (rev 72)
+++ pkg/inst/doc/caic.rnw 2008-10-03 11:10:53 UTC (rev 73)
@@ -108,7 +108,7 @@
<<print=FALSE>>=
library(ape)
-data(SmallTree)
+data(SmallTree, package="CAIC")
par(mfrow=c(2,1))
plot(diTree)
plot(polyTree)
More information about the Caic-commits
mailing list