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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Fri Mar 16 14:22:23 UTC 2007


Revision: 1605
          http://svn.sourceforge.net/rkward/?rev=1605&view=rev
Author:   tfry
Date:     2007-03-16 07:22:23 -0700 (Fri, 16 Mar 2007)

Log Message:
-----------
Some adjustments to the help page for pareto chart

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

Modified: trunk/rkward/rkward/plugins/plots/pareto.rkh
===================================================================
--- trunk/rkward/rkward/plugins/plots/pareto.rkh	2007-03-16 13:47:04 UTC (rev 1604)
+++ trunk/rkward/rkward/plugins/plots/pareto.rkh	2007-03-16 14:22:23 UTC (rev 1605)
@@ -1,18 +1,20 @@
 <!DOCTYPE rkhelp>
 <document>
 	<summary>
-Creates a pareto chart and prints the values.
+Creates a pareto chart, and (optionally) prints the values.
 	</summary>
 
 	<usage>
-Choose a vector or a factor to be plotted. The Frequency, Cum.Frequency, Percentage and Cum.Percentage will be printed under the plot.
+Choose a vector or a factor to be plotted. The frequency, cumulative frequency, percentage and cumulative percentage will be printed under the plot.
 	</usage>
 
 	<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>
-		<setting id="descriptives">Select if you want to print the Frequency, Cum.Frequency, Percentage and Cum.Percentage below the pareto chart in the output window </setting>
+		<setting id="x">Select a data vector or a factor to be plotted.</setting>
+		<setting id="tabulate">Whether to tabulate the data before plotting. You will generally use this, if a vector contains raw observations instead of counts of different categories.</setting>
+		<setting id="descriptives">Whether to print the frequency, cumulative frequency, percentage and cumulative percentage below the plot in the output window.</setting>
+		<caption id="tab_plot_options"/>
+		<setting id="plotoptions">Further options for the plot. Refer to <link href="rkward://component/plot_options"/> for details.</setting>
 	</settings>
 	<related>
 		<ul>

Modified: trunk/rkward/rkward/plugins/plots/pareto.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/pareto.xml	2007-03-16 13:47:04 UTC (rev 1604)
+++ trunk/rkward/rkward/plugins/plots/pareto.xml	2007-03-16 14:22:23 UTC (rev 1605)
@@ -22,7 +22,7 @@
 					</column>
 				</row>
 			</tab>
-			<tab label="Plot Options" >
+			<tab label="Plot Options" id="tab_plot_options">
 				<row>
 					<embed id="plotoptions" component="rkward::plot_options" as_button="false" label="Plot Options" />
 					<stretch/>


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