theme_void_fill: Title

View source: R/theme_void_fill.R

theme_void_fillR Documentation

Title

Description

Title

Usage

theme_void_fill(
  fill = "linen",
  color = fill,
  margin.top = 10,
  margin.bottom = margin.top,
  margin.left = margin.top,
  margin.right = margin.top,
  ...
)

Arguments

fill

string indicating background color, defaults to "linen"

color

string indicating seams color, defaults to fill color

Examples

ggcanvas() +
  stamp_png() +
  theme_void_fill()

EvaMaeRey/ggstamp documentation built on June 30, 2022, 11 p.m.