Learn R Programming

tabplotd3 (version 0.3.3)

itabplot: Interactive tableplot

Description

itabplot is an interactive version of tableplot. It starts your browser and allows for zooming, panning and sorting the tableplot. This version can be used for explorative usage, while tableplot can be used for publication purposes. It needs the same parameters as tabplot.

Usage

itabplot(x, ...)

Arguments

x
data.frame or ffdf object used for plotting.
...
parameters that will be given to tableplot

See Also

tableplot