Learn R Programming

tabplot (version 0.10-1)

tabplot-package: Tableplot, a visualization of large multivariate datasets...

Description

Tableplot, a visualization of large multivariate datasets

Arguments

Details

ll{ Package: tabplot Type: Package Version: 0.10-1 Date: 2011-07-30 License: GPL-3 LazyLoad: yes } A tableplot is a visualisation of a (large) multivariate 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. The function tableplot is used to create a tableplot. Tableplots can also be designed by the GUI tableGUI.

Examples

Run this code
# load diamonds dataset from ggplot2
require(ggplot2)
data(diamonds)

# create tableplot
tableplot(diamonds)

# start GUI

# Not run:
tableGUI()
# End(Not run)}

Run the code above in your browser using DataLab