This function is just a convenience wrapper for gridExtra::arrangeGrob.

mrggpage(x, ..., ncol = 2, nrow = NULL, multiple = FALSE, top = quote(NULL))

Arguments

x

a list of plots

...

additional plot objects

ncol

passed to gridExtra::arrangeGrob or gridExtra::marrangeGrob

nrow

passed to gridExtra::arrangeGrob or gridExtra::marrangeGrob

multiple

if TRUE, multiple pages will (potentially) be produced with gridExtra::marrangeGrob

top

passed to gridExtra::marrangeGrob