Top Qs
Timeline
Chat
Perspective
RGtk2
Set of R wrappers for the GTK+ graphical user interface library From Wikipedia, the free encyclopedia
Remove ads
RGtk2 is a set of R wrappers for the GTK+ graphical user interface library. RGtk2 is free software and licensed under the GPL.
Remove ads
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
External links
Wikiwand - on
Seamless Wikipedia browsing. On steroids.
Remove ads