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

kapatp at users.sourceforge.net kapatp at users.sourceforge.net
Tue Mar 20 20:40:23 UTC 2007


Revision: 1665
          http://svn.sourceforge.net/rkward/?rev=1665&view=rev
Author:   kapatp
Date:     2007-03-20 13:40:23 -0700 (Tue, 20 Mar 2007)

Log Message:
-----------
Small corrections

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh
    trunk/rkward/rkward/plugins/plots/histogram_options.rkh

Modified: trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh
===================================================================
--- trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh	2007-03-20 20:35:31 UTC (rev 1664)
+++ trunk/rkward/rkward/plugins/distributions/clt/plot_binomial_clt.rkh	2007-03-20 20:40:23 UTC (rev 1665)
@@ -29,6 +29,7 @@
 		<ul>
 			<li><link href="rkward://component/plot_binomial_distribution"/></li>
 			<li><link href="rkward://component/plot_stepfun_options"/></li>
+			<li><link href="rkward://component/histogram_options"/></li>
 			<li><link href="rkward://rhelp/Binomial"/></li>
 			<li><link href="rkward://rhelp/Normal"/></li>
 			<li><link href="rkward://rhelp/hist"/></li>

Modified: trunk/rkward/rkward/plugins/plots/histogram_options.rkh
===================================================================
--- trunk/rkward/rkward/plugins/plots/histogram_options.rkh	2007-03-20 20:35:31 UTC (rev 1664)
+++ trunk/rkward/rkward/plugins/plots/histogram_options.rkh	2007-03-20 20:40:23 UTC (rev 1665)
@@ -11,7 +11,7 @@
 		<setting id="freq">This is the <i>freq</i> parameter.</setting>
 		<setting id="barlabels">This is the <i>label</i> parameter.</setting>
 		<setting id="rightclosed">This is the <i>right</i> parameter.</setting>
-		<setting id="include.lowest">This is the <i>include.lowest</i> parameter.</setting>
+		<setting id="include_lowest">This is the <i>include.lowest</i> parameter.</setting>
 		<caption id="frame_breaks"/>
 		<setting id="histbreaksFunction">This is the <i>breaks</i> parameter to <b>hist</b>, unless either 'Integer numbers' or 'Vector of break points' is chosen. The 'Integer numbers' options sets the break points as the integers between the minimum and the maximum of the variable. The 'Vector of break points' options sets equally spaced break points in the range of the variable. The number of break points in this case is provided by 'Vector length' (see below).</setting>
 		<setting id="histbreaks_ncells">If 'A single number' is chosen in the above field, then this provides a suggestion to the number of cells. This is the <i>breaks</i> parameter with a single number argument.</setting>


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