si_style_xyline: Create Standard SI Plots showing only both x and y axis lines

View source: R/si_themes.R

si_style_xylineR Documentation

Create Standard SI Plots showing only both x and y axis lines

Description

Create Standard SI Plots showing only both x and y axis lines

Usage

si_style_xyline(...)

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

## End(Not run)


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