Internal function. Using the size of the current device, and number and dimension ratios of the plots, place them optimally in the plotting region.
.makeLayout(arr, visualSqueeze, legend = TRUE, axes = TRUE, title = TRUE)an object of class .arrangement.
Numeric. The proportion of the white space to be used for plots. Default is 0.75.
Logical indicating whether legend should be included as part of
layout calculation. Default is TRUE.
Logical indicating whether the axes should be included as part of
layout calculation. Default is TRUE.
Logical indicating whether the names of each plot should be
written above plots and should be included as part of layout
calculation. Default is TRUE.