Package: tabplot
Maintainer: Martijn Tennekes <mtennekes@gmail.com>
License: GPL-3
Title: Tableplot, a visualization of large statistical datasets
Type: Package
LazyLoad: yes
Author: Martijn Tennekes and Edwin de Jonge
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.
Version: 0.10-1
URL: http://code.google.com/p/tableplot/
Date: 2011-07-30
Depends: data.table, grid, RColorBrewer
Suggests: ff (>= 2.2-0), gWidgets, gWidgetsRGtk2, classInt, ggplot2
Collate: 'brokenX.R' 'cellplot.R' 'changeTabplot.R' 'columnsPlot.R'
        'datetime2fac.R' 'generalFunctions.R' 'getBinSizes.R'
        'getFreqTable.R' 'getFreqTable_DT.R' 'isTabplotUsable.R'
        'num2fac.R' 'onLoad.R' 'pkg.R' 'plot_tabplot.r' 'plotCatCol.R'
        'plotColumns.R' 'plotNumCol.R' 'preprocess.data.table.R'
        'preprocess.ffdf.R' 'preprocess.R' 'summary_tabplot.R'
        'tableGUI.R' 'tableGUI_functions.R' 'tableGUI_main_handlers.R'
        'tableGUI_main_layout.R' 'tableGUI_n2f_handlers.r'
        'tableGUI_n2f_layout.R' 'tableGUI_pal_functions.R'
        'tableGUI_pal_handlers.R' 'tableGUI_pal_layout.r' 'tableplot.R'
        'tableplot_checkBins.R' 'tableplot_checkDecreasing.R'
        'tableplot_checkFromTo.R' 'tableplot_checkPals.R'
        'tableplot_checkScales.R' 'tableplot_checktCols.R'
        'tableplot_showPalettes.R' 'tableViewport.R' 'tabplot_object.R'
        'tabplotPalettes.R'
Packaged: 2011-07-30 08:57:56 UTC; Vontijn
Repository: CRAN
Date/Publication: 2011-07-30 15:04:38
