[Adephylo-commits] r56 - in pkg: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Nov 27 19:16:10 CET 2008
Author: jombart
Date: 2008-11-27 19:16:10 +0100 (Thu, 27 Nov 2008)
New Revision: 56
Modified:
pkg/TODO
pkg/man/maples.Rd
Log:
Bracket fix.
Modified: pkg/TODO
===================================================================
--- pkg/TODO 2008-11-27 18:12:32 UTC (rev 55)
+++ pkg/TODO 2008-11-27 18:16:10 UTC (rev 56)
@@ -50,10 +50,10 @@
- carni70.Rd -- done
- lizards.Rd -- done
- maples.Rd -- done
-- mjrochet.Rd
+- mjrochet.Rd -- done
- palm.Rd
- procella.Rd
-- tithonia.Rd
+- tithonia.Rd -- done
* add a Moran's index and a test
Modified: pkg/man/maples.Rd
===================================================================
--- pkg/man/maples.Rd 2008-11-27 18:12:32 UTC (rev 55)
+++ pkg/man/maples.Rd 2008-11-27 18:16:10 UTC (rev 56)
@@ -45,6 +45,6 @@
## use ape's PIC (phylogenetic independent contrasts)
pic.bif <- pic(bif, tre)
pic.dom <- pic(dom, tre)
-cor.test(pic.bif, pic.dom)} # correlation no longer significant
+cor.test(pic.bif, pic.dom) # correlation no longer significant
}
\keyword{datasets}
More information about the Adephylo-commits
mailing list