Plotting a list of ggplot objects in a grid defined by nrow and ncol
printGrid.Rd
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 |
See also
Other IQR plot:
IQRggplot()
,
IQRoutputFigure()
,
aux_plotlayout()
,
createPages_IQRoutputFigure()
,
plot.IQRoutputFigure()
,
print.IQRoutputFigureList()
,
print.IQRoutputFigure()
,
scale_color_IQRtools()
,
scale_fill_IQRtools()
,
scale_y_log10_IQRtools()
,
summary.IQRoutputFigure()
,
themeIQRtools()
Other IQR plot:
IQRggplot()
,
IQRoutputFigure()
,
aux_plotlayout()
,
createPages_IQRoutputFigure()
,
plot.IQRoutputFigure()
,
print.IQRoutputFigureList()
,
print.IQRoutputFigure()
,
scale_color_IQRtools()
,
scale_fill_IQRtools()
,
scale_y_log10_IQRtools()
,
summary.IQRoutputFigure()
,
themeIQRtools()