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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Jan 15 15:38:24 UTC 2007


Revision: 1158
          http://svn.sourceforge.net/rkward/?rev=1158&view=rev
Author:   tfry
Date:     2007-01-15 07:38:24 -0800 (Mon, 15 Jan 2007)

Log Message:
-----------
Spaces

Modified Paths:
--------------
    trunk/rkward/rkward/plugins/plots/scatterplot_matrix.php
    trunk/rkward/rkward/plugins/plots/scatterplot_matrix.xml

Modified: trunk/rkward/rkward/plugins/plots/scatterplot_matrix.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/scatterplot_matrix.php	2007-01-15 15:31:48 UTC (rev 1157)
+++ trunk/rkward/rkward/plugins/plots/scatterplot_matrix.php	2007-01-15 15:38:24 UTC (rev 1158)
@@ -11,17 +11,13 @@
 	function printout () {
 	$vars = str_replace ("\n", ",", trim (getRK_val ("x"))) ;
 ?>
+rk.temp.x <- data.frame (<? echo ($vars); ?>)
 
-rk.temp.x<- data.frame (<? echo ($vars); ?>)
+rk.header ("Scatterplot Matrix", parameters=list ("Diagonal Panels", "<? getRK("diag") ?>", "Plot points", "<? getRK ("plot_points"); ?>", "Smooth", "<? getRK ("smooth"); ?>", "Ellipses", "<? getRK ("ellipse"); ?> at 0.5 and 0.9 (normal) probability or confidence levels."))
 
-rk.header ("Correlation Matrix Plot", parameters=list ("Diagonal Panels", "<? getRK("diag") ?>", "Plot points", "<? getRK ("plot_points"); ?>", "Smooth", "<? getRK ("smooth"); ?>", "Ellipses", "<? getRK ("ellipse"); ?> at 0.5 and 0.9 (normal) probability or confidence levels."))
-
 rk.graph.on ()
-
-scatterplot.matrix(rk.temp.x, diagonal= "<? getRK("diag") ?>", plot.points=<? getRK ("plot_points"); ?>, smooth=<? getRK ("smooth"); ?>, ellipse=<? getRK ("ellipse"); ?>)
-
+scatterplot.matrix(rk.temp.x, diagonal="<? getRK("diag") ?>", plot.points=<? getRK ("plot_points"); ?>, smooth=<? getRK ("smooth"); ?>, ellipse=<? getRK ("ellipse"); ?>)
 rk.graph.off ()
-
 <?
 	}
 	

Modified: trunk/rkward/rkward/plugins/plots/scatterplot_matrix.xml
===================================================================
--- trunk/rkward/rkward/plugins/plots/scatterplot_matrix.xml	2007-01-15 15:31:48 UTC (rev 1157)
+++ trunk/rkward/rkward/plugins/plots/scatterplot_matrix.xml	2007-01-15 15:38:24 UTC (rev 1158)
@@ -14,7 +14,7 @@
 				<radio id="diag" label="Diagonal panels">
 					<option value="density" label="Density plot"/>
 					<option value="boxplot" label="Boxplot"/>
-					<option  checked="true" value="histogram" label="Histogram"/>
+					<option checked="true" value="histogram" label="Histogram"/>
 					<option value="oned" label="Oned"/>	
 					<option value="qqplot" label="QQplot"/>
 					<option value="none" label="No plot"/>


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