Create Standard SI Plots showing only both x and y axis lines
Source:R/si_themes.R
si_style_xyline.Rd
Create Standard SI Plots showing only both x and y axis lines
Arguments
- ...
inherits parameters from
si_style()
Examples
if (FALSE) { # \dontrun{
library(systemfonts)
library(ggplot2)
ggplot(iris, aes(Sepal.Length, y = Sepal.Width, colour = Species)) +
geom_point() + si_style_xyline()
} # }