I am trying to display two table graphs side by side using par(mfrow=c(1,2)). However, the result displays only one graph, on the left side.
I've also tried to add , mfrow=c(1,2) to the first or both calls to table.graph(), but to no avail.
It would be convenient if table.graph honored mfrow, or offered another way to support side-by-side plots.