[rkward-cvs] SF.net SVN: rkward: [1314] trunk/rkward/rkward/plugins/distributions/ plot_normal_distribution.php
sjar at users.sourceforge.net
sjar at users.sourceforge.net
Mon Feb 5 02:01:30 UTC 2007
Revision: 1314
http://svn.sourceforge.net/rkward/?rev=1314&view=rev
Author: sjar
Date: 2007-02-04 18:01:30 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
added $mean = getRK_val ("mean");
Modified Paths:
--------------
trunk/rkward/rkward/plugins/distributions/plot_normal_distribution.php
Modified: trunk/rkward/rkward/plugins/distributions/plot_normal_distribution.php
===================================================================
--- trunk/rkward/rkward/plugins/distributions/plot_normal_distribution.php 2007-02-05 00:53:02 UTC (rev 1313)
+++ trunk/rkward/rkward/plugins/distributions/plot_normal_distribution.php 2007-02-05 02:01:30 UTC (rev 1314)
@@ -41,6 +41,7 @@
if (getRK_val ("log") == "1") $log_label="logarithmic";
else $log_label="normal";
$n = getRK_val ("n");
+ $mean = getRK_val ("mean");
$min = getRK_val ("min");
$max = getRK_val ("max");
$sd = getRK_val ("sd");
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