RGtk2 is a set of Rwrappers for the GTK+graphical user interfacelibrary. RGtk2 is free software and licensed under the GPL.
Syntax
The code below will produce a 200x200 pixel window with the words "Hello World" inside.
library(RGtk2)createWindow<-function(){window<-gtkWindow()label<-gtkLabel("Hello World")window$add(label)}createWindow()gtk.main()Notable applications that use RGtk2
RGtk2 has been used in a number of notable applications, some examples:
See also
- R (programming language) (The R statistical programming language)
References
- ↑https://cran.r-project.org/package=RGtk2.
{{cite web}}: Missing or empty|title=(help)
External links
- RGtk2 HomepageArchived 2010-07-18 at the Wayback Machine
- RGtk2 Package on CRAN
- github
Categories:
- GTK language bindings
- Free R (programming language) software