I would like to use R to plot out something like this:

It would seem possible but highly complex to keep track of the coordinates, width, height, etc. Intuitively it would seem best to treat each cell as a new plot and transform the coordinates for each cell. Is there a way to do this in R?
thanks!

??sparklineshows that the packagessparkTableandYaleToolkitcould be helpful. – Bernd Weiss Mar 13 '11 at 19:26YaleToolkit, appears they are using thegridpackage to create stacked sparklines. Perhaps I can usegridto create the table. – Ming-Chih Kao Mar 13 '11 at 19:52