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

nono_231 at users.sourceforge.net nono_231 at users.sourceforge.net
Thu Jan 25 19:55:30 UTC 2007


Revision: 1226
          http://svn.sourceforge.net/rkward/?rev=1226&view=rev
Author:   nono_231
Date:     2007-01-25 11:55:29 -0800 (Thu, 25 Jan 2007)

Log Message:
-----------
Removed default references from .rkh files for scatterplot matrix and correlation graph

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/cor_graph.rkh
    trunk/rkward/rkward/plugins/plots/scatterplot_matrix.rkh

Modified: trunk/rkward/rkward/plugins/plots/cor_graph.rkh
===================================================================
--- trunk/rkward/rkward/plugins/plots/cor_graph.rkh	2007-01-25 19:14:11 UTC (rev 1225)
+++ trunk/rkward/rkward/plugins/plots/cor_graph.rkh	2007-01-25 19:55:29 UTC (rev 1226)
@@ -12,10 +12,10 @@
 		<caption id="tab_variables"/>
 		<setting id="x">Select a data matrix or a numeric data frame or more than one variables from a data matrix</setting>
 		<caption id="tab_options"/>
-		<setting id="method">Indicates which correlation coefficient (or covariance) is to be computed. One of "pearson" (default), "kendall", or "spearman", can be used</setting>
+		<setting id="method">Indicates which correlation coefficient (or covariance) is to be computed. One of "pearson", "kendall", or "spearman", can be used</setting>
 		<setting id="use">Select how to treat missing values. If use is "whole cases" then missing values are handled by casewise deletion. If use has the value "pairwise" then the correlation between each pair of variables is computed using all complete pairs of observations on those variables. This can result in covariance or correlation matrices which are not positive semidefinite. "pairwise" only works with the "pearson" method for cov and var.</setting>
 		<setting id="digits">Select how many digits after decimal point sould be shown</setting>
-		<setting id="scale">Select it if you want to scale text according to the (absolut) correlation value. It is selected by default.</setting>
+		<setting id="scale">Select it if you want to scale text according to the (absolut) correlation value. </setting>
 	</settings>
 	<related>
 		<ul>

Modified: trunk/rkward/rkward/plugins/plots/scatterplot_matrix.rkh
===================================================================
--- trunk/rkward/rkward/plugins/plots/scatterplot_matrix.rkh	2007-01-25 19:14:11 UTC (rev 1225)
+++ trunk/rkward/rkward/plugins/plots/scatterplot_matrix.rkh	2007-01-25 19:55:29 UTC (rev 1226)
@@ -19,9 +19,9 @@
 		<li>QQplot. See <link href="rkward://rhelp/qqplot"/></li>
 		<li>No plot. Do not plot anything in the diagonal</li>
 		</setting>
-		<setting id="plot_points">Select it if you want points to be plotted in scatterplots. It is selected by default.</setting>
-		<setting id="smooth">Select it if you want a lowess smooth to be plotted in scatterplots. It is selected by default.</setting>
-		<setting id="ellipse">Select it if you want data-concentration ellipses to be plotted in scatterplots. The ellipses are plotted at levels 0.5 and 0.9. It is selected by default.</setting>
+		<setting id="plot_points">Select it if you want points to be plotted in scatterplots. </setting>
+		<setting id="smooth">Select it if you want a lowess smooth to be plotted in scatterplots. </setting>
+		<setting id="ellipse">Select it if you want data-concentration ellipses to be plotted in scatterplots. The ellipses are plotted at levels 0.5 and 0.9. </setting>
 	</settings>
 	<related>
 		<ul>


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