[rkward-cvs] SF.net SVN: rkward: [1746] trunk/rkward/rkward/plugins/plots/barplot.php
nono_231 at users.sourceforge.net
nono_231 at users.sourceforge.net
Wed Mar 28 15:53:57 UTC 2007
Revision: 1746
http://svn.sourceforge.net/rkward/?rev=1746&view=rev
Author: nono_231
Date: 2007-03-28 08:53:57 -0700 (Wed, 28 Mar 2007)
Log Message:
-----------
A minor problem in the plugin making in it not working. Fixed.
Modified Paths:
--------------
trunk/rkward/rkward/plugins/plots/barplot.php
Modified: trunk/rkward/rkward/plugins/plots/barplot.php
===================================================================
--- trunk/rkward/rkward/plugins/plots/barplot.php 2007-03-27 17:03:28 UTC (rev 1745)
+++ trunk/rkward/rkward/plugins/plots/barplot.php 2007-03-28 15:53:57 UTC (rev 1746)
@@ -21,7 +21,7 @@
$tabulate= getRK_val ("tabulate")=="TRUE";
?>
-x <- <? echo ($var); ?>
+x <- <? echo ($var); ?>
<?
if($tabulate) { ?>
x <- table(x, exclude=NULL)
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