tests/testthat/_snaps/s3-ggplot2-theme.md

theme

Code
  construct(ggplot2::theme_bw())
Output
  ggplot2::theme_bw()
Code
  construct(ggplot2::theme_bw(base_size = 11, base_line_size = 0.5))
Output
  ggplot2::theme_bw()
Code
  construct(ggplot2::theme_bw(base_size = 22, base_line_size = 0.5))
Output
  ggplot2::theme_bw(base_size = 22, base_line_size = 0.5)
Code
  construct(ggplot2::theme_bw(base_size = 11, base_line_size = 1))
Output
  ggplot2::theme_bw(base_line_size = 1)
Code
  construct(ggplot2::theme_bw(base_size = 22, base_line_size = 1))
Output
  ggplot2::theme_bw(base_size = 22)
Code
  construct(ggplot2::theme())
Output
  ggplot2::theme()
Code
  construct(ggplot2::theme(axis.title = "foo"))
Output
  ggplot2::theme(axis.title = "foo")


Try the constructive package in your browser

Any scripts or data that you put into this service are public.

constructive documentation built on April 3, 2025, 9:39 p.m.