Skip to content
Prev 302811 / 398506 Next

Overlay Histogram

Hi,
On 9 August 2012 08:40, li li <hannah.hlx at gmail.com> wrote:
You don't have to make a dummy plot; either replace it with a
nullGrob(), or simply use the as.table argument,

grid.arrange(none, yhist, xhist, ncol=2, as.table=TRUE, widths=c(3,
1), heights=c(1, 3))


HTH,

b.