Layout as a grid
facet_grid_layout( plots, subtitles, by = NULL, prop = 10, parent = NULL, title = "", xlabel = "", ylabel = "", labelLocation = c("top", "right"), byrow = FALSE, swapAxes = FALSE, labelBackground = l_getOption("facetLabelBackground"), labelForeground = l_getOption("foreground"), labelBorderwidth = 2, labelRelief = "ridge", plotWidth = 200, plotHeight = 200, sep = "*", maxCharInOneRow = 10, new.toplevel = TRUE, ... )
plots | A list of |
---|---|
subtitles | The subtitles of the layout. It is a list and the length is equal to
the number of |
by | an object of class "formula" (or one that can be coerced to that class): a symbolic description of the plots separated by |
prop | The proportion of the label height and widget height |
parent | a valid Tk parent widget path. When the parent widget is
specified (i.e. not |
title | The title of the widget |
xlabel | The xlabel of the widget |
ylabel | The ylabel of the widget |
labelLocation | Labels location.
|
byrow | Place widget by row or by column |
swapAxes | swap axes, |
labelBackground | Label background color |
labelForeground | Label foreground color |
labelBorderwidth | Label border width |
labelRelief | Label relief |
plotWidth | default plot width (in pixel) |
plotHeight | default plot height (in pixel) |
sep | The character string to separate or combine a vector |
maxCharInOneRow | deprecated |
new.toplevel | determine whether the parent is a new top level. If it is not a new window, the widgets will not be packed |
... | named arguments to modify plot states.
See |