tabplot-package: Tableplot, a visualization of large datasets

Description Details Author(s) References Examples

Description

A tableplot is a visualisation of a (large) dataset. Each column represents a variable and each row bin is an aggregate of a certain number of records. For numeric variables, a bar chart of the mean values is depicted. For categorical variables, a stacked bar chart is depicted of the proportions of categories. Missing values are taken into account. Also supports large ffdf datasets from the ff package.

Details

The main function of the package is tableplot, which is used to create a tableplot. Other useful functions are:

For a quick intro, see vignette("tabplot-vignette").

Author(s)

Martijn Tennekes mtennekes@gmail.com and Edwin de Jonge

References

Tennekes, M., Jonge, E. de, Daas, P.J.H. (2013) Visualizing and Inspecting Large Datasets with Tableplots, Journal of Data Science 11 (1), 43-58

Examples

1
2
3
4
5
6
# load diamonds dataset from ggplot2
require(ggplot2)
data(diamonds)

# create tableplot
tableplot(diamonds)

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