Controlling format/placement of axis labels when plotting 2D table objects in R
问题 I'd like to gain greater control over axis label size and placement when plotting a 2-dimensional table in R, but the plotting rules seem to work differently for table objects than for data frames. To make my questions concrete, I've pasted in fake data at the end of this message using dput() . Running that code will create the dept.table object used in the plotting code below. When you run plot on a 2D table in R, it creates a mosaic plot, as in the following: plot(dept.table, col=c("yellow"