A tableplot is a visualisation of a (large) dataset with a dozen of variables, 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. Also supports large ffdf datasets from the ff package.
Version: | 1.1 |
Depends: | ffbase (≥ 0.11.1) |
Imports: | grid |
Suggests: | shiny (≥ 0.6), knitr, classInt, ggplot2 |
Published: | 2014-02-24 |
Author: | Martijn Tennekes and Edwin de Jonge |
Maintainer: | Martijn Tennekes <mtennekes at gmail.com> |
License: | GPL-3 |
URL: | https://github.com/mtennekes/tabplot |
NeedsCompilation: | no |
Materials: | NEWS |
In views: | OfficialStatistics |
CRAN checks: | tabplot results |
Reference manual: | tabplot.pdf |
Vignettes: |
Timings with tabplot Visualization of large datasets with tabplot |
Package source: | tabplot_1.1.tar.gz |
Windows binaries: | r-devel: tabplot_1.1.zip, r-release: tabplot_1.1.zip, r-oldrel: tabplot_1.1.zip |
OS X Snow Leopard binaries: | r-release: tabplot_1.1.tgz, r-oldrel: tabplot_1.1.tgz |
OS X Mavericks binaries: | r-release: tabplot_1.1.tgz |
Old sources: | tabplot archive |
Reverse depends: | tabplotd3 |