weave_annotate_aes {ggblanket}R Documentation

Set a series of annotate defaults

Description

Update a series of geom defaults commonly used for annotation (i.e. ⁠*_vline⁠, ⁠*_hline⁠, ⁠*_abline⁠, ⁠*_curve⁠, ⁠*_text⁠ and ⁠*_label⁠).

Usage

weave_annotate_aes(
  colour = "#121b24",
  linewidth = 0.33,
  size = 3.88,
  family = ""
)

Arguments

colour

A default hex colour (and fill) for geoms commonly used for annotation (i.e. ⁠*_vline⁠, ⁠*_hline⁠, ⁠*_abline⁠, ⁠*_curve⁠, ⁠*_text⁠ and ⁠*_label⁠). Defaults to "#121b24" (i.e. "#121b24").

linewidth

A default linewidth for geoms commonly used for annotation (i.e. ⁠*_vline⁠, ⁠*_hline⁠, ⁠*_abline⁠, ⁠*_curve⁠, ⁠*_text⁠ and ⁠*_label⁠). Defaults to 0.33 (i.e. 0.33).

size

A default size for ⁠*_text⁠ and ⁠*_label⁠. Defaults to 3.88.

family

A default family for ⁠*_text⁠ and ⁠*_label⁠. Defaults to ""


[Package ggblanket version 8.0.0 Index]