si_style_yline: SI style plot with y-axis line drawn

View source: R/si_themes.R

si_style_ylineR Documentation

SI style plot with y-axis line drawn

Description

May be used in place of si_style_blank if you would like to anchor the y-axis.

Usage

si_style_yline(...)

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_yline()

## End(Not run)

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