Last data update: 2014.03.03

R: Graphical User Interface to create tableplots
itableplotR Documentation

Graphical User Interface to create tableplots

Description

This graphical user interface is developed with the shiny package. All datasets that are loaded in the global workspace (data.frame, ffdf, or prepared) are passed on to the GUI.

Usage

itableplot()

Details

This function replaces the old tabplotGTK package, since it only requires an up-to-date browser (and not software like GTK). Furthermore, maintanance is a lot easier.

Examples

## Not run: 
require(ggplot2)
data(diamonds)

# load other datasets
data(iris)
data(cars)

itableplot()

## End(Not run)

Results