theme_strat: Charting theme for ggplot

View source: R/charting.R

theme_stratR Documentation

Charting theme for ggplot

Description

Charting theme for ggplot

Usage

theme_strat()

Examples

library(ggplot2)
data(pe_ratio_mxem)
ggplot(pe_ratio_mxem, aes(x = date, y = PE_RATIO)) + geom_line() + theme_strat()

yunching/tidymas documentation built on Feb. 5, 2023, 1:42 p.m.