Learn R Programming

ggblanket (version 11.1.0)

weave_geom_defaults: Set a series of geom defaults

Description

Update all the geom defaults.

ggplot2::update_geom_defaults() can be used to further fine-tune individual geom defaults.

Usage

weave_geom_defaults(
  colour = "#357BA2FF",
  fill = colour,
  text_colour = "#121B24FF",
  text_size = 11/2.835052,
  text_family = "",
  reference_colour = "#121B24FF",
  reference_linewidth = 0.25
)

Arguments

colour

A default hex colour for the colour of geoms (other than "text", "label", "hline", "vline" and "abline" geoms).

fill

A default hex colour for the fill of geoms (other than "text", "label", "hline", "vline" and "abline" geoms).

text_colour

A default hex colour for the colour of the "text" and "label" geoms.

text_size

A default size for the "text" and "label" geoms.

text_family

A default family for the "text" and "label" geoms.

reference_colour

A default hex colour for the colour of the "hline", "vline" and "abline" geoms.

reference_linewidth

A default hex colour for the colour of the "hline", "vline" and "abline" geoms.