View source: R/theme_thelastairbender.R
| theme_theLastAirbender | R Documentation | 
Avatar: The Last Airbender theme, Recommended font: "Slayer"
theme_theLastAirbender(
  text.font = NULL,
  title.font = NULL,
  legend.font = NULL,
  title.size = 14,
  text.size = 10,
  subtitle.size = 12,
  axis.title.size = 10,
  axis.text.size = 8,
  legend.title.size = 10,
  legend.text.size = 8,
  title.color = NULL,
  subtitle.color = "grey20",
  text.color = NULL,
  axis.title.color = "grey20",
  axis.text.color = "grey20",
  legend.title.color = "grey20",
  legend.text.color = "grey20",
  legend.position = "bottom",
  ticks = FALSE
)
text.font | 
 text font, Default: NULL  | 
title.font | 
 title font, Default: NULL  | 
legend.font | 
 legend font, Default: NULL  | 
title.size | 
 title font size, Default: 14  | 
text.size | 
 text font size, Default: 10  | 
subtitle.size | 
 subtitle font size, Default: 12  | 
axis.title.size | 
 axis title font size, Default: 10  | 
axis.text.size | 
 axis text font size, Default: 8  | 
legend.title.size | 
 legend title font size, Default: 10  | 
legend.text.size | 
 legend text font size, Default: 8  | 
title.color | 
 title color, Default: NULL  | 
subtitle.color | 
 subtitle.color, Default: "grey20"  | 
text.color | 
 text color, Default: NULL  | 
axis.title.color | 
 axis title color, Default: "grey20"  | 
axis.text.color | 
 axis text color, Default: "grey20"  | 
legend.title.color | 
 legend title color, Default: "grey20"  | 
legend.text.color | 
 legend text color, Default: "grey20"  | 
legend.position | 
 legend position, Default: "bottom"  | 
ticks | 
 add axis ticks, Default: FALSE  | 
[ggplot2::theme]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.