Determine layout for distribution single plots to rows, columns, and pages
aux_plotlayout.Rd
If both nrow and ncol are given, npage is determined appropriately. For other cases missing nrow/ncol is determined to match the required npage or to distribute on as many pages as possible.
either nrow or ncol is missing: assume 1 for the missing input, determine npage accordingly or use the given number of pages.
both nrow and ncol are missing: determined to match npage and keep an ratio of nrow/ncol approx 3/4 or general one page per plot
aux_plotlayout(nplots, nrow = NULL, ncol = NULL, npage = NULL)
Arguments
Value
list with nrow, ncol, npage
See also
Other IQR plot:
IQRggplot()
,
applyPaginate()
,
createPages_IQRoutputFigure()
,
plot.IQRoutputFigure()
,
print.IQRoutputFigure()
,
print.IQRoutputFigureList()
,
print.IQRslideplot()
,
printGrid()
,
scale_color_IQRtools()
,
scale_fill_IQRtools()
,
scale_y_log10_IQRtools()
,
summary.IQRoutputFigure()
,
themeIQRtools()