Plotting a list of ggplot objects in a grid defined by nrow and ncol

Useful when having a lot of plots that should be presented in a page saving manner.

Useful when having a lot of plots that should be presented in a page saving manner.

printGrid(plotList, nrow = 4, ncol = 4)

printGrid(plotList, nrow = 4, ncol = 4)

Arguments

plotList

List of ggplot objects

nrow

Number of rows per page

ncol

Number of cols per page