Cantitate/Preț
Produs

Programming Graphical User Interfaces in R: Chapman &Hall/CRC The R Series

Autor Michael Lawrence, John Verzani
en Limba Engleză Hardback – 8 iun 2012
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 especially relevant to statisticians who aim to provide a practical interface to functionality implemented in R. The book offers:
  • A how-to guide for developing GUIs within R
  • The fundamentals for users with limited knowledge of programming within R and other languages
  • GUI design for specific functions or as learning tools
The accompanying package, ProgGUIinR, includes the complete code for all examples as well as functions for browsing the examples from the respective chapters. Accessible to seasoned, novice, and occasional R users, this book shows that for many purposes, adding a graphical interface to one’s work is not terribly sophisticated or time consuming.
Citește tot Restrânge

Din seria Chapman &Hall/CRC The R Series

Preț: 76126 lei

Preț vechi: 110715 lei
-31% Nou

Puncte Express: 1142

Preț estimativ în valută:
14570 15186$ 12129£

Carte tipărită la comandă

Livrare economică 04-18 ianuarie 25

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781439856826
ISBN-10: 1439856826
Pagini: 480
Ilustrații: 94 black & white illustrations, 13 black & white tables
Dimensiuni: 156 x 234 x 30 mm
Greutate: 1.05 kg
Ediția:New.
Editura: CRC Press
Colecția Chapman and Hall/CRC
Seria Chapman &Hall/CRC The R Series


Public țintă

Professional Practice & Development

Cuprins

The Fundamentals of Graphical User Interfaces. The gWidgets Package: gWidgets: Overview. gWidgets: Container Widgets. gWidgets: Control Widgets. gWidgets: R-specific Widgets. The RGtkPackage: RGtk2: Overview. RGtk2: Windows, Containers, and Dialogs. RGtk2: Basic Components. RGtk2: Widgets Using Data Models. RGtk2: Application Windows. Extending GObject Classes. The qtbase Package: Qt: Overview. Qt: Layout Managers and Containers. Qt: Widgets. Qt: Widgets Using Data Models. Qt: Application Windows. The tcltk Package: Tcl/Tk: Overview. Tcl/Tk: Layout and Containers. Tcl/Tk: Dialogs and Widgets. Tcl/Tk: Text, Tree, and Canvas Widgets. Concept index. Class and method index.


Descriere

Focusing on graphic user interfaces (GUIs) within the R language, this book shows programmers and users how to develop their own GUIs, enabling them to interface with other languages. The text opens the possibilities of R’s huge and growing set of statistical methods. The authors cover four different packages for writing GUIs: gWidgets, RGtk2, Qt, and Tcl Tk. Supported by a package in CRAN that contains all of the code along with additional examples, the text is filled with numerous examples ranging from the very simple to detailed illustrations of how to code actual interfaces.