Learn R Programming

⚠️There's a newer version (1.3-3) of this package.Take me there.

tabplot (version 0.9-1)

Tableplot, a visualization of large statistical datasets

Description

A tableplot is a visualisation of a (large) statistical dataset with a dozen of variables, both both numeric and categorical. Each column represents a variable and each row bin is an aggregate of a certain number of records. Numeric variables are visualized as bar charts, and categorical variables as stacked bar charts. Missing values are taken into account. A GUI has been implemented which is used to easily customize the tableplot. Also supports large ffdf datasets from the ff package.

Copy Link

Version

Install

install.packages('tabplot')

Monthly Downloads

70

Version

0.9-1

License

GPL-3

Maintainer

Martijn Tennekes

Last Published

January 25th, 2011

Functions in tabplot (0.9-1)

num2fac

Function that creates a factor vector out of a numerical vector.
tableplot

Visualization of large statistical datasets.
tabplot-package

Tableplot, a visualization of large statistical datasets
tableGUI

A graphical user interface for customizing a tableplot visualization.