theme_SB | R Documentation |
This theme is only functional in ggplot2 at the moment. But simply adding the theme at the end of your ggplot object will format your plot in the theme of StatsBomb
ggplot(StatsBombData, aes(location.x, location.y)) +
theme_SB()
theme |
A ggplot theme layer. |
theme |
A ggplot theme layer. |
ggplot(StatsBombData, aes(location.x, location.y)) +
theme_SB()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.