search for: smalltst

Displaying 1 result from an estimated 1 matches for "smalltst".

Did you mean: smallest
2012 Aug 07
0
Trying to build up a user interface with the R tcltk package
...tion for this R library is scarce and poor, I have decided to use only the .Tcl function to pass commands to the tcl interpreter. So I wrote my first very simple tcltk program, hoping to run it from inside R and get the nice Tk window, with the following R instruction: -> .Tcl('source smalltst.tcl') -> <Tcl> Eventhough, neither R nor tcl complain about the instruction, I don't get the tk window. The tcltk program, stored in "smalltst.tcl", which, by the way displays a simple tk window when run from tclsh, is as follows: #! /usr/bin/tclsh package...