gtkInit {RGtk} | R Documentation |
This ensures that the Gtk libraries have been correctly initialized and can be used to create widgets, etc. One can specify arguments to customize how the initialization is performed, passing Gtk-specific flags to activate different features.
gtkInit(args=c("R"))
args |
a character vector of ``command line'' arguments used to initialize the Gtk libraries. See the Gtk documentation for valid arguments. |
Duncan Temple Lang
http://www.gtk.org http://www.omegahat.org/RGtk