ff_style: Add Forsyth Futures' theme to ggplot graph

View source: R/ff_style.R

ff_styleR Documentation

Add Forsyth Futures' theme to ggplot graph

Description

This function allows you to add the Forsyth Futures' theme to your ggplot graphics.

Usage

ff_style()

Examples

ggplot2::ggplot(mtcars, ggplot2::aes(wt, mpg)) +
 ggplot2::geom_point() +
 ggplot2::labs(title = "Fuel economy declines as weight increases",
               subtitle = "Fuel economy declines as weight increases") +
 ff_style()

danielludolf/FFplot documentation built on April 19, 2023, 4:02 a.m.