- ...
Provided to force user argument naming etc.
- mode
A ggplot2 theme (e.g. light_mode_t()
or dark_mode_r()
) that anticipates gg_*
side-effects of removing relevant axis line/ticks and gridlines per the mode_orientation
.
- colour
A default hex colour for the colour of geoms without a more specific colour_*
argument.
- colour_text
A default hex colour for the colour of the "text" geom.
- colour_label
A default hex colour for the colour of the "label" geom.
- colour_reference_line
A default hex colour for the colour of the "hline", "vline" and "abline" geoms.
- colour_curve
A default hex colour for the colour of the "curve" geom.
- fill
A default hex colour for the fill of geoms without a more specific fill_*
argument.
- fill_label
A default hex colour for the fill of the "label" geom.
- alpha
A default alpha for geoms without a more specific alpha_*
argument.
- alpha_area
A default alpha for the "area" geom.
- alpha_bar
A default alpha for the "bar" geom.
- alpha_boxplot
A default alpha for the "boxplot" geom.
- alpha_crossbar
A default alpha for the "crossbar" geom.
- alpha_density
A default alpha for the "density" geom.
- alpha_label
A default alpha for the "label" geom.
- alpha_polygon
A default alpha for the "polygon" geom.
- alpha_rect
A default alpha for the "rect" geom.
- alpha_ribbon
A default alpha for the "ribbon" geom.
- alpha_smooth
A default alpha for the "smooth" geom.
- alpha_tile
A default alpha for the "tile" geom.
- alpha_violin
A default alpha for the "violin" geom.
- alpha_recursive
A default alpha applied to all geoms.
- linewidth
A default linewidth for geoms.
- linewidth_reference_line
A default linewidth for the the "hline", "vline" and "abline" geoms.
- linewidth_curve
A default linewidth for the the "curve" geom.
- size_point
A default size for the "point" geom.
- size_pointrange
A default size for the "pointrange" geom.
- size_sf
A default size for the "sf" geom.
- size_text
A default size for the "text" geom.
- size_label
A default size for the "label" geom.
- family_text
A default family for the "text" geom.
- family_label
A default family for the "text" geom.
- col_palette_d
For a discrete scale, a character vector of hex codes.
- col_palette_na_d
For a discrete scale, a hex code.
- col_palette_c
For a continuous scale, a character vector of hex codes.
- col_palette_na_c
For a continuous scale, a hex code.
- col_palette_o
For an ordinal scale, a scales::pal_*()
function.
- col_palette_na_o
For an ordinal scale, a hex code.
- theme
A ggplot2 theme that the gg_*
function will add without side-effects. Note, the mode
takes precedence, unless mode = NULL
.