[rkward-cvs] SF.net SVN: rkward: [1449] trunk/rkward/rkward/plugins/plots/pareto.php
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Feb 22 21:34:27 UTC 2007
Revision: 1449
http://svn.sourceforge.net/rkward/?rev=1449&view=rev
Author: tfry
Date: 2007-02-22 13:34:27 -0800 (Thu, 22 Feb 2007)
Log Message:
-----------
Always assign descriptives. Else they would usually be autoprinted
Modified Paths:
--------------
trunk/rkward/rkward/plugins/plots/pareto.php
Modified: trunk/rkward/rkward/plugins/plots/pareto.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/pareto.php 2007-02-22 21:30:17 UTC (rev 1448)
+++ trunk/rkward/rkward/plugins/plots/pareto.php 2007-02-22 21:34:27 UTC (rev 1449)
@@ -41,11 +41,8 @@
<? }
?>
try ({
+ rk.temp.descriptives <- pareto.chart(rk.temp.x<? getRK ("plotoptions.code.printout"); ?>)
<? if ($final && $descriptives) { ?>
- rk.temp.descriptives <- <?
- } else echo ("\t"); ?>
-pareto.chart(rk.temp.x<? getRK ("plotoptions.code.printout"); ?>)
-<? if ($final && $descriptives) { ?>
rk.print(xtable(rk.temp.descriptives))
<? } ?>
})
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