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

nono_231 at users.sourceforge.net nono_231 at users.sourceforge.net
Mon Feb 26 19:12:53 UTC 2007


Revision: 1483
          http://svn.sourceforge.net/rkward/?rev=1483&view=rev
Author:   nono_231
Date:     2007-02-26 11:12:53 -0800 (Mon, 26 Feb 2007)

Log Message:
-----------
Updated help pages for barplot and pareto plugins

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/barplot.rkh
    trunk/rkward/rkward/plugins/plots/barplot.xml
    trunk/rkward/rkward/plugins/plots/pareto.rkh
    trunk/rkward/rkward/plugins/plots/pareto.xml

Modified: trunk/rkward/rkward/plugins/plots/barplot.rkh
===================================================================
--- trunk/rkward/rkward/plugins/plots/barplot.rkh	2007-02-26 18:59:50 UTC (rev 1482)
+++ trunk/rkward/rkward/plugins/plots/barplot.rkh	2007-02-26 19:12:53 UTC (rev 1483)
@@ -11,6 +11,7 @@
 	<settings>
 		<caption id="tab_variables"/>
 		<setting id="x">Select a data matrix, a vector or a factor to be plotted.</setting>
+		<setting id="tabulate">Use tabulate option mainly for factor variables or wherever else applicable</setting>
 		<caption id="tab_options"/>
 		<setting id="legend">Select if you want to add a legend to the barplot. The row names of height will be used as labels if they are non-null.</setting>
 		<setting id="rainbow">Select between grey and rainbow collors.</setting>
@@ -25,6 +26,7 @@
 	<related>
 		<ul>
 			<li><link href="rkward://rhelp/barplot"/></li>
+			<li><link href="rkward://rhelp/table"/></li>
 		</ul>
 	</related>
 </document>

Modified: trunk/rkward/rkward/plugins/plots/barplot.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/barplot.xml	2007-02-26 18:59:50 UTC (rev 1482)
+++ trunk/rkward/rkward/plugins/plots/barplot.xml	2007-02-26 19:12:53 UTC (rev 1483)
@@ -15,8 +15,9 @@
 				<row>
 					<varselector id="vars"/>
 					<column>
+					<varslot min_vars="1" id="x" source="vars" required="true" label="Matrix, Vector or Factor"/>
 					<checkbox id="tabulate" label="Tabulate" value="TRUE" value_unchecked="FALSE" checked="false" />
-					<varslot min_vars="1" id="x" source="vars" required="true" label="Matrix, Vector or Factor"/>
+					<stretch/>
 					<preview id="preview"/>
 					</column>
 				</row>

Modified: trunk/rkward/rkward/plugins/plots/pareto.rkh
===================================================================
--- trunk/rkward/rkward/plugins/plots/pareto.rkh	2007-02-26 18:59:50 UTC (rev 1482)
+++ trunk/rkward/rkward/plugins/plots/pareto.rkh	2007-02-26 19:12:53 UTC (rev 1483)
@@ -11,10 +11,12 @@
 	<settings>
 		<caption id="tab_variables"/>
 		<setting id="x">Select a data vector or a factor to be plotted.</setting>
+		<setting id="tabulate">Use tabulate option mainly for factor variables or wherever else applicable</setting>
 	</settings>
 	<related>
 		<ul>
 			<li><link href="rkward://rhelp/pareto.chart"/></li>
+			<li><link href="rkward://rhelp/table"/></li>
 		</ul>
 	</related>
 </document>

Modified: trunk/rkward/rkward/plugins/plots/pareto.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/pareto.xml	2007-02-26 18:59:50 UTC (rev 1482)
+++ trunk/rkward/rkward/plugins/plots/pareto.xml	2007-02-26 19:12:53 UTC (rev 1483)
@@ -14,9 +14,11 @@
 				<row>
 					<varselector id="vars"/>
 					<column>
+					<varslot min_vars="1" id="x" source="vars" required="true" label="Vector or Factor"/>
 					<checkbox id="tabulate" label="Tabulate" value="TRUE" value_unchecked="FALSE" checked="false" />
-					<varslot min_vars="1" id="x" source="vars" required="true" label="Vector or Factor"/>
+					<stretch/>
 					<checkbox id="descriptives" label="Print descriptives" value="TRUE" value_unchecked="FALSE" checked="true"/>
+					<stretch/>
 					<preview id="preview"/>
 					</column>
 				</row>


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