The FFplot package provides Forsyth Futures analysts the ability to create and export customized ggplot2 and plotly graphs.
install.packages('devtools')
.devtools::install_github('danielludolf/FFplot')
.library(FFplot)
within R.ff_style
allows you to add the Forsyth Futures' theme to your ggplot graphicsff_ggplot
allows you to create a static ggplot graph with Forsyth Futures' themingff_ggplotly
allows you to convert a ggplot graph into an interactive plotly graphic with Forsyth Futures' themingff_colors
vector of Forsyth Futures' color paletteFor examples and parameter definitions, type '?ff_style
', '?ff_ggplot
' or '?ff_ggplotly
' in the Console after loading the package, i.e., library(FFplot)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.