Screen Shots for RwxWidgets

The following are screen shots of simple, half-baked GUIs developed with RwxWidgets that are intended to illustrate what we can do quite easily. They are not pretty or aesthetically beautifully. They are merely proofs of technical capabilities at this point. The code is not cleaned up either.
  • Simple pair of buttons
    Code
  • A basic implementation of a Central Limit Theorem applet.
    This provides listbox controls for specifying the distribution and statistic, a spin box for the sample size, and radio buttons for the plot of interest and a button to perform the simulation. The results are displayed on two embedded graphics device via RwxDevice.
    Code
  • An HTML widget displaying a form.
    The form processing and element creation is done in R by adding tag handlers for the HTML to the parser.
    Code
  • An HTML widget with several embedded R graphics devices.
    In the application, pressing the New Plot button updates the different plots in the live graphics devices.
    Code
  • A simple data grid
    Code
  • An HTML widget with an embedded data grid
    Code

  • Duncan Temple Lang <duncan@wald.ucdavis.edu>
    Last modified: Sun Mar 11 12:29:58 PDT 2007