ff_style | R Documentation |
This function allows you to add the Forsyth Futures' theme to your ggplot graphics.
ff_style()
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.