On Wed, Nov 12, 2003 at 04:41:21PM -0300, [EMAIL PROTECTED] wrote: > > > Hello, Does anybody know how can i call a R function in a tcltk file? I made > a tcltk file, but I need call functions in R. i.e: in R I can put .Tcl("tcltk > statement"). There are a same command to call R in a tcltk file? > > I want to make a R Gui using tcltk language, do you recommend use a tcltk or > a R pack tcltk and don't use tcltk language? > > Thanks for your attention. > > > Marcos Cerqueira J?nior > Alagoas University - Brazil > > > ------------------------------------------------- > This mail sent through IMP: http://horde.org/imp/ > > ______________________________________________ > [EMAIL PROTECTED] mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help
in tcltk file you can use tcl command R_eval ... (... - any valid R statement). ______________________________________________ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help