MakeFig {ModelDataComp} | R Documentation |
Calculates positions for figure that consist of multiple panels
MakeFig(nfig, border = c(0, 1, 0, 1), nrow = NULL, ncol = NULL)
nfig |
number of figures |
border |
relative graphic borders in which the figures should be placed |
nrow |
number of rows to arrange the figures |
ncol |
number of cols to arrange the figures |
A list with positions for each figure and number of rows and columns
Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]