[Mattice-commits] r156 - in pkg: R inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jan 14 07:49:27 CET 2009


Author: andrew_hipp
Date: 2009-01-14 07:49:27 +0100 (Wed, 14 Jan 2009)
New Revision: 156

Modified:
   pkg/R/regimes.R
   pkg/inst/doc/maticce.Rnw
Log:
small corrections

Modified: pkg/R/regimes.R
===================================================================
--- pkg/R/regimes.R	2009-01-14 05:18:06 UTC (rev 155)
+++ pkg/R/regimes.R	2009-01-14 06:49:27 UTC (rev 156)
@@ -82,7 +82,7 @@
       
       } # closes for(i in 1:length(ancestor)) loop 
 
-      # a little hack to fix a problem I don't understand... with the undesired side effect that it colors the stem of some subtrees rather than the crown as originally written
+      # a hack to fix a problem I don't understand... with the undesired side effect that it colors the stem of some subtrees rather than the crown as originally written
       for(i in 1:length(colorsVector)) if(colorsVector[i] == "") colorsVector[i] <- as.character(i) 
       
       # colors terminal branches if any terminal branches are in the regimeShiftNodes

Modified: pkg/inst/doc/maticce.Rnw
===================================================================
--- pkg/inst/doc/maticce.Rnw	2009-01-14 05:18:06 UTC (rev 155)
+++ pkg/inst/doc/maticce.Rnw	2009-01-14 06:49:27 UTC (rev 156)
@@ -29,7 +29,8 @@
   \item Extracting information from \pkg{ouch}-style (S4 class \code{ouchtree}) trees
   \item Painting regimes on a batch of \pkg{ouch}-style trees
   \item Performing batch analyses in \pkg{ouch} over trees and over regimes
-  \item Summarizing analyses 
+  \item Summarizing analyses
+  \item Simulating data under explicit models for visualization purposes
 \end{itemize}
 
 Functions in the first two categories will be of general utility to \pkg{ouch} users; functions in the third category are utilized to perform analyses over trees and over models, and in the fourth to summarize these with regard to the hypothesis that there has been a shift in continuous character on a given branch of a phylogenetic tree. While these latter two categories are more specific, the functions can be easily modified to address other multiple-tree / multiple-model questions.



More information about the Mattice-commits mailing list