itableplot: Graphical User Interface to create tableplots

Description Usage Details Examples

View source: R/itableplot.R

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

1

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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
require(ggplot2)
data(diamonds)

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

itableplot()

## End(Not run)

mtennekes/tabplot documentation built on March 8, 2021, 6:11 p.m.