[Mattice-commits] r136 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jan 8 23:49:00 CET 2009


Author: andrew_hipp
Date: 2009-01-08 23:49:00 +0100 (Thu, 08 Jan 2009)
New Revision: 136

Modified:
   pkg/man/carex.Rd
Log:
fixing code error within example

Modified: pkg/man/carex.Rd
===================================================================
--- pkg/man/carex.Rd	2009-01-08 22:46:19 UTC (rev 135)
+++ pkg/man/carex.Rd	2009-01-08 22:49:00 UTC (rev 136)
@@ -44,7 +44,7 @@
 \examples{
   data(carex)
   attach(carex)
-  ovales.tree <- ape2ouch(ovales.tree) # tree comes in in \code{phylo} format, but we need an ouchtree object
+  ovales.tree <- ape2ouch(ovales.tree) # tree comes in in phylo format, but we need an ouchtree object
   trial <- runBatchHansen(ovales.tree, ovales.data, ovales.nodes, maxNodes = 3) # for expedience, only allows regime changes at up to 3 nodes
   summary(trial) # summarizes results using summary.hansenBatch and displays the results using print.hansenSummary
   trialSim <- ouSim(trial, ovales.tree) # simulates the evolution of the chromosome number under the model-averaged values



More information about the Mattice-commits mailing list