Learn R Programming

tabplot (version 1.3-3)

itableplot: 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()

Arguments

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

Run this code
# NOT RUN {
require(ggplot2)
data(diamonds)

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

itableplot()
# }

Run the code above in your browser using DataLab