aux_plotlayout | R Documentation |
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)
nplots |
Number of plots to distribute |
nrow |
Number of rows |
ncol |
Number of columns |
npage |
Number of pages |
list with nrow, ncol, npage
Anne Kümmel, IntiQuan
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.