[Mattice-commits] r118 - pkg/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Dec 30 07:44:58 CET 2008


Author: andrew_hipp
Date: 2008-12-30 07:44:58 +0100 (Tue, 30 Dec 2008)
New Revision: 118

Modified:
   pkg/R/batchHansen.R
Log:
minor fixes

Modified: pkg/R/batchHansen.R
===================================================================
--- pkg/R/batchHansen.R	2008-12-30 06:43:48 UTC (rev 117)
+++ pkg/R/batchHansen.R	2008-12-30 06:44:58 UTC (rev 118)
@@ -64,7 +64,7 @@
       }
     
     ## rescale tree if requested
-    if(rescale>0) tree at times <- rescale * tree at times / max(tree at times) 
+    # if(rescale>0) tree at times <- rescale * tree at times / max(tree at times) 
     
     ## make sure data fits the tree
     dataIn <- NULL



More information about the Mattice-commits mailing list