tabplot
tabplot copied to clipboard
R package for tableplot visualisation
Hi, tabplot requires ffbase for installation. But ffbase has been archived: https://cran.r-project.org/package=ffbase Therefore, not even devtools::install_github("mtennekes/tabplot") works. Best Sigbert
directory sandbox currently contains a `bin_data` implementation using `data.table`. For discussion, my suggestion is that this would be the standard implementation and that change the ffbase dependency into a Suggest,...
Hi, I just recently found `tabplot` and it looks like a great package to visualize relationships in large data sets. For the visualizations I am currently working on, tabplot would...
It is more of a feature request than an issue. It will be really useful if it is possible to pass a list of columns to sortCol argument in tableplot()...
Hi, I have a data set that has no missing values, yet some columns in tableplot have a missing value indicator in the legend. I can remove the red box...
Finally, I've found some time to plot sd bars (tnx to @edwindj for sd calculations):  This is together with mean bars. It's also possible to plot only the sd...
Is there a python version of tableplot somewhere? I want to use it with some data I have in pandas!
I have a huge dataset I want to visualize in tabplot. The dataset currently resides in a redshift server, and I can pre-aggregate a lot of the bins before I...