Programming Graphical User Interfaces with R introduces each of the major R packages for GUI programming: RGtk2, qtbase, Tcl/Tk, and gWidgets. With examples woven through the text as well as stand-alone demonstrations of simple yet reasonably complete applications, the book features topics especiall
Programming graphical user interfaces in R
โ Scribed by Michael Lawrence; John Verzani
- Publisher
- Taylor & Francis
- Year
- 2012
- Tongue
- English
- Leaves
- 467
- Series
- Chapman & Hall/CRC, the R series
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
"Preface About this book Two common types of user interfaces in statistical computing are the command line interface (CLI) and the graphical user interface (GUI). The usual CLI consists of a textual console in which the user types a sequence of commands at a prompt, and the output of the commands is printed to the console as text. The R console is an example of a CLI. A GUI is the primary means of interacting with desktop environments, such as Windows and Mac OS X, and statistical software, such as JMP. GUIs are contained within windows, and resources, such as documents, are represented by graphical icons. User controls are packed into hierarchical drop-down menus, buttons, sliders, etc. The user manipulates the windows, icons, and menus with a pointer device, such as a mouse. The R language, like its predecessor S, is designed for interactive use through a command line interface (CLI), and the CLI remains the primary interface to R. However, the graphical user interface (GUI) has emerged as an effective alternative, depending on the specific task and the target audience. With respect to GUIs, we see R users falling into three main target audiences: those who are familiar with programming R, those who are still learning how to program, and those who have no interest in programming. On some platforms, such as Windows and Mac OS X, R has graphical front-ends that provide a CLI through a text console control. Similar examples include the multi-platform RStudioTM IDE, the Java-based JGR and the RKWard GUI for the Linux KDE desktop. Although these interfaces are GUIs, they are still very much in essence CLIs, in that the primary mode of interacting with R is the same. Thus, these GUIs appeal mostly to those who are comfortable with R programming"-- Read more... Front Cover; Contents; Preface; 1. The Fundamentals of Graphical User Interfaces; I The gWidgets Package; 2. gWidgets: Overview; 3. gWidgets: Container Widgets; 4. gWidgets: Control Widgets; 5. gWidgets: R-specific Widgets; II The RGtk2 Package; 6. RGtk2: Overview; 7. RGtk2: Windows, Containers, and Dialogs; 8. RGtk2: Basic Components; 9. RGtk2: Widgets Using Data Models; 10. RGtk2: Application Windows; 11. Extending GObject Classes; III The qtbase Package; 12. Qt: Overview; 13. Qt: Layout Managers and Containers; 14. Qt: Widgets; 15. Qt: Widgets Using Data Models; 16. Qt: Application Windows
๐ SIMILAR VOLUMES
The Fundamentals of Graphical User Interfaces A simple GUI in R GUI design principles Controls Containers I The gWidgets Package gWidgets: Overview Constructors Methods Event handlers Dialogs Installation gWidgets: Container Widgets Top-level windows Box containers Grid layout: the glayout contai
Programming Graphical User Interfaces with R introduces each of the major R packages for GUI programming: RGtk2, qtbase, Tcl/Tk, and gWidgets. With examples woven through the text as well as stand-alone demonstrations of simple yet reasonably complete applications, the book features topics especiall
Programming Graphical User Interfaces with R introduces each of the major R packages for GUI programming: RGtk2, qtbase, Tcl/Tk, and gWidgets. With examples woven through the text as well as stand-alone demonstrations of simple yet reasonably complete applications, the book features topics especiall
This book includes full documentation for Tkinter, and also offers extensive examples for many real-world Python/Tkinter applications that will give programmers a quick start on their own projects.