[R] Using tcltk language with R system
    mkondrin@relay.hppi.troitsk.ru 
    mkondrin at relay.hppi.troitsk.ru
       
    Thu Nov 13 09:54:41 CET 2003
    
    
  
On Wed, Nov 12, 2003 at 04:41:21PM -0300, mcaj at tci.ufal.br 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/
> 
> ______________________________________________
> R-help at stat.math.ethz.ch 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).
    
    
More information about the R-help
mailing list