theme_ja: Apply January Advisors theme to ggplot object

theme_jaR Documentation

Apply January Advisors theme to ggplot object

Description

This function allows you to add the January Advisors theme to your ggplot graphics.

Usage

theme_ja()

Examples

scatter <- ggplot(mtcars) +
geom_point(aes(x=mpg, y=hp)) +
ggtitle("Title here", subtitle = "subtitle here") +
theme_ja()

januaryadvisors/jastyle documentation built on July 3, 2023, 11:03 p.m.