Tu banner alternativo

RGtk2

In this article, we will delve into the fascinating world of RGtk2, exploring its many facets and discovering everything this topic/person/date has to offer. From its origin to its impact today, we will delve into its history, its relevance and the various ways it has influenced society. Through a detailed analysis, we will learn about its importance in different contexts and how it has shaped the world around us. Prepare to embark on a journey of discovery and learning about RGtk2, which will undoubtedly leave you with a renewed and enriching perspective.

Tu banner alternativo
RGtk2
DevelopersMichael Lawrence and Duncan Temple Lang
Stable release
2.20.36[1] / 8 March 2019 (8 March 2019)
Operating systemCross-platform
PlatformCross-platform
Typewidget toolkit
LicenseGPL
Websitewww.ggobi.org/rgtk2

RGtk2 is a set of R wrappers for the GTK+ graphical user interface library. 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

References

  1. ^ https://cran.r-project.org/package=RGtk2. {{cite web}}: Missing or empty |title= (help)