tcltk-package             package:tcltk             R Documentation

_T_c_l/_T_k _I_n_t_e_r_f_a_c_e

_D_e_s_c_r_i_p_t_i_o_n:

     Interface and language bindings to Tcl/Tk GUI elements.

_D_e_t_a_i_l_s:

     This package provides access to the platform-independent Tcl
     scripting language and Tk GUI elements.  See TkWidgets for a list
     of supported widgets, TkWidgetcmds for commands to work with them,
     and references in those files for more.  

     The Tcl/Tk documentation is in the system man pages.

     For a complete list of functions, use 'ls("package:tcltk")'.

     Note that Tk will not be initialized if there is no 'DISPLAY'
     variable set, but Tcl can still be used.  This is most useful to
     allow the loading of a package which depends on 'tcltk' in a
     session that does not actually use it (e.g. during installation).

_A_u_t_h_o_r(_s):

     R Development Core Team

     Maintainer: R Core Team R-core@r-project.org

