Learn R Programming

RGtk2 (version 2.12.17)

RGtk: The RGtk2 package

Description

RGtk2 provides a set of bindings between R and the GTK+ library and several of its dependent libraries. It allows the user to construct full-featured GUI's completely from within R.

Arguments

Details

RGtk2 binds to the following libraries: [object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

RGtk2 also partially binds some lower-level libraries in order to support the bindings to the others. These include GObject and GMainLoop.

R objects passed between the user and RGtk2 are either primitive types (character, logical, etc) or external objects (externalptr). All R objects wrapping external objects extend the RGtkObject class.