[rkward-cvs] SF.net SVN: rkward: [1348] trunk/rkward/rkward/plugins

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Feb 7 19:59:25 UTC 2007


Revision: 1348
          http://svn.sourceforge.net/rkward/?rev=1348&view=rev
Author:   tfry
Date:     2007-02-07 11:59:25 -0800 (Wed, 07 Feb 2007)

Log Message:
-----------
Minor corrections

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/analysis/corr_matrix.php
    trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.xml
    trunk/rkward/rkward/plugins/distributions/plot_uniform_distribution.php

Modified: trunk/rkward/rkward/plugins/analysis/corr_matrix.php
===================================================================
--- trunk/rkward/rkward/plugins/analysis/corr_matrix.php	2007-02-07 19:22:36 UTC (rev 1347)
+++ trunk/rkward/rkward/plugins/analysis/corr_matrix.php	2007-02-07 19:59:25 UTC (rev 1348)
@@ -22,7 +22,7 @@
 
 ?>rk.temp.objects <- list (<? echo ($vars); ?>)
 
-# cor requires all object to be inside the same data.frame.
+# cor requires all objects to be inside the same data.frame.
 # Here we construct such a temporary frame from the input variables
 rk.temp.frame <- data.frame (lapply (rk.temp.objects, function (x) eval (x, envir=globalenv ())))
 

Modified: trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.xml
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.xml	2007-02-07 19:22:36 UTC (rev 1347)
+++ trunk/rkward/rkward/plugins/distributions/plot_chi_squared_distribution.xml	2007-02-07 19:59:25 UTC (rev 1348)
@@ -17,8 +17,8 @@
 						</row>
 						<row>
 							<frame label="Range" >
-								<spinbox default_precision="4" type="real" id="min" initial="0.299" label="Lower quantile" />
-								<spinbox default_precision="4" type="real" id="max" initial="24.103" label="Upper quantile" />
+								<spinbox default_precision="2" type="real" id="min" initial="0.30" label="Lower quantile" />
+								<spinbox default_precision="2" type="real" id="max" initial="24.10" label="Upper quantile" />
 							</frame>
 						</row>
 							<row>

Modified: trunk/rkward/rkward/plugins/distributions/plot_uniform_distribution.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_uniform_distribution.php	2007-02-07 19:22:36 UTC (rev 1347)
+++ trunk/rkward/rkward/plugins/distributions/plot_uniform_distribution.php	2007-02-07 19:59:25 UTC (rev 1348)
@@ -44,6 +44,8 @@
 	$n = getRK_val ("n");
 	$min = getRK_val ("min");
 	$max = getRK_val ("max");
+	$llim = getRK_val ("llim");
+	$ulim = getRK_val ("ulim");
 
 	if ($final) { ?>
 rk.header ("Uniform <? echo ($label); ?> function", list ("Number of Observations", "<? echo ($n); ?>", "Lower quantile", "<? echo ($min); ?>","Upper quantile", "<? echo ($max); ?>", "Domain", "[<? echo ($llim); ?>, <? echo ($ulim); ?>]", "Scaling", "<? echo ($log_label); ?>"<? echo ($tail_tag); ?>, "Function", "<? echo ($fun); ?>"));


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the rkward-tracker mailing list