~ubuntu-branches/ubuntu/karmic/rkward/karmic

« back to all changes in this revision

Viewing changes to rkward/plugins/02plots/scatterplot/code.php

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Friedrichsmeier
  • Date: 2006-11-06 16:30:00 UTC
  • mfrom: (1.2.1 upstream) (3.1.1 feisty)
  • Revision ID: james.westby@ubuntu.com-20061106163000-qi8ju75eqecrfay7
* new upstream release
* depend on either php4-cli or php5-cli

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
cex = rep(NA,length(rk.plugin.Xvar)))
77
77
 
78
78
<? if  ($type != "custoType" ) echo ( $type . " ->  rk.plugin.tc[[1]]\n" ) ;
79
 
else echo( $typeCusto . " ->  rk.plugin.type.tc[[1]]\n"  ) ?>
 
79
else echo( $typeCusto . " ->  rk.plugin.tc[[1]]\n"  ) ?>
80
80
rk.plugin.tc[[2]] <- <? echo ($col . "\n"); ?>
81
81
rk.plugin.tc[[3]] <- <? echo ($cex . "\n"); ?>
82
82
rk.plugin.tc[[4]] <- <? echo ($pch . "\n"); ?>