.makeLayout {quickPlot} | R Documentation |
Make an optimal layout of plots
Description
Internal function. Using the size of the current device, and number and dimension ratios of the plots, place them optimally in the plotting region.
Usage
.makeLayout(arr, visualSqueeze, legend = TRUE, axes = TRUE, title = TRUE)
Arguments
arr |
an object of class |
visualSqueeze |
Numeric. The proportion of the white space to be used for plots. Default is 0.75. |
legend |
Logical indicating whether legend should be included as part of
layout calculation. Default is |
axes |
Logical indicating whether the axes should be included as part of
layout calculation. Default is |
title |
Logical indicating whether the names of each plot should be
written above plots and should be included as part of layout
calculation. Default is |
Author(s)
Eliot McIntire
[Package quickPlot version 1.0.4 Index]