si_style_void: Create ggplot with no axes or no grid lines

View source: R/si_themes.R

si_style_voidR Documentation

Create ggplot with no axes or no grid lines

Description

Create ggplot with no axes or no grid lines

Usage

si_style_void(...)

Arguments

...

inherits parameters from si_style()

Examples

## Not run: 
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
  geom_point() + si_style_void()

## End(Not run)

USAID-OHA-SI/glitr documentation built on July 5, 2024, 3:24 p.m.