Learn R Programming

tabplot (version 0.10-1)

tableGUI: A graphical user interface for customizing a tableplot visualization.

Description

A graphical user interface for customizing a tableplot visualization.

Usage

tableGUI(dat, colNames=names(dat), sortCol=1, decreasing=TRUE, scales="auto",
    pals=list(1, 9, 3, 10), nBins=100, from=0, to=100)

Arguments

dat
either a tabplot-object or a dataset (see tableplot)
colNames
sortCol
decreasing
scales
pals
nBins
from
to

Details

A GUI by which tableplots can be created. General work flow: 1) a loaded dataset is selected, 2) variables of this dataset are selected, 3) sorted variable(s) are chosen, the number of row bins is set, etc. It is also possible to cast numerical vector to a factor vector (by means of the function num2fac). The GUI is started empty by calling it without any arguments.

Examples

Run this code
tableGUI()

Run the code above in your browser using DataLab