Presentation-Quality Tables, Displayed Using ggplot2

tablesgg is an R package that displays presentation-quality tables as plots on an R graphics device. Although there are other packages that format tables for display, this package is unique in combining two features:

Methods are included to display matrices; data frames; tables created by R’s ftable(), table(), and xtabs() functions; and tables created by the tables and xtable packages. Methods can be added to display other table-like objects.

Other package features:

A vignette is included that illustrates usage and options available in the package.