force_panel_sizing: Set specific panel sizes

View source: R/plot_dye_screen.R

force_panel_sizingR Documentation

Set specific panel sizes

Description

Set specific panel sizes

Usage

force_panel_sizing(
  .force_height = 0.4,
  .force_width = 0.4 * 1.618,
  .units = "in",
  ...
)

Arguments

.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.

Value

a ggplot2 object, with facets of specific sizes.


taiawu/dsfworld_package documentation built on June 18, 2024, 5:39 a.m.