On 7 January 2012 19:48, drflxms <drfl...@googlemail.com> wrote: > as I am dealing with complex confusion matrices, I wonder whether there > might be a way to colour text/tabular data in R. I.e. imagine > highlighting the true positive values or certain classes in a table.
The "colorout" package does part of what you want: colouring the output, in a terminal. But some more work may be needed if you want to change the colours depending on the values of your matrix. -- Vincent ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.