View source: R/plot_dye_screen.R
force_panel_sizing | R Documentation |
Set specific panel sizes
force_panel_sizing(
.force_height = 0.4,
.force_width = 0.4 * 1.618,
.units = "in",
...
)
.force_height |
height of each panel in a facet. Defaults to 0.4 |
.force_width |
width of each panel in a facet. Defaults to 0.4 * 1.618 (golden ratio) |
.units |
units of the given values. Defaults to "in" |
... |
additoinal arguments, to be tolerated from upstream functions but do nothing here. |
a ggplot2 object, with facets of specific sizes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.