decorate.ggplot: Decorate ggplot object

View source: R/decorate.R

decorate.ggplotR Documentation

Decorate ggplot object

Description

Decorate ggplot object

Usage

decorate.ggplot(
  x,
  titles = "",
  footnotes = "",
  paper = "L11",
  for_test = FALSE,
  ...
)

Arguments

x

An object to decorate

titles

Plot titles

footnotes

Plot footnotes

paper

Paper size, by default "L11"

for_test

'logic' CICD parameter

...

additional arguments. not used.

Details

The paper default paper size, 'L11', indicate that the fontsize is 11. The fontsize of the footnotes, is the fontsize of the titles minus 2.

Value

No return value, called for side effects


autoslider.core documentation built on April 4, 2025, 2:05 a.m.