plotTableRaw: Colored table plot.
Description
Code taken from http://stackoverflow.com/questions/23819209/change-text-color-for-cells-using-tablegrob-in-r
Usage
plotTableRaw(data, colours = "black", fill = NA, just = "centre")
Arguments
- data
Table as Data.frame
- colours
Single or set of colours (col-wise)
- fill
Cell fill (row-wise)
- just
(ignored)