[rkward-cvs] SF.net SVN: rkward:[2750] trunk/rkward/tests/plots/RKTestStandard. scatterplot.rkcommands.R

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Feb 21 11:40:34 UTC 2010


Revision: 2750
          http://rkward.svn.sourceforge.net/rkward/?rev=2750&view=rev
Author:   tfry
Date:     2010-02-21 11:40:34 +0000 (Sun, 21 Feb 2010)

Log Message:
-----------
Adjust to cosmetic changes

Modified Paths:
--------------
    trunk/rkward/tests/plots/RKTestStandard.scatterplot.rkcommands.R

Modified: trunk/rkward/tests/plots/RKTestStandard.scatterplot.rkcommands.R
===================================================================
--- trunk/rkward/tests/plots/RKTestStandard.scatterplot.rkcommands.R	2010-02-21 11:40:24 UTC (rev 2749)
+++ trunk/rkward/tests/plots/RKTestStandard.scatterplot.rkcommands.R	2010-02-21 11:40:34 UTC (rev 2750)
@@ -1,14 +1,12 @@
 local({
 ## Prepare
 ## Compute
-
 Xvars <- list(women[["weight"]],swiss[["Education"]])
 Yvars <- list(women[["height"]],swiss[["Catholic"]])
 
 if (length(Xvars) != length(Yvars)) {
 	stop("Unequal number of X and Y variables given")
 }
-
 # find range of X/Y values needed
 Xrange <- range (c (Xvars), na.rm=TRUE)
 Yrange <- range (c (Yvars), na.rm=TRUE)


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