Learn R Programming

tabplot (version 0.11-2)

tabplot-package: Tableplot, a visualization of large datasets

Description

ll{ Package: tabplot Type: Package Version: 0.11-2 Date: 2012-05-01 License: GPL-3 LazyLoad: yes }

Arguments

Details

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. The function tableplot is used to create a tableplot. Other useful functions are Further, a graphical user interface has been implemented in the package tabplotGTK

Examples

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

# create tableplot
tableplot(diamonds)

Run the code above in your browser using DataLab