clean and beautiful ggplot2 theme black and white
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | themec_bw(
  panel.aspect.ratio = 1,
  axis.title.textsize = 12,
  plot.tag.textsize = 14,
  plot.title.textsize = 14,
  plot.subtitle.textsize = 12,
  plot.footnote.textsize = 12,
  legend.position = "right",
  legend.textsize = 12,
  legend.background.fill = "transparent",
  legend.background.color = "transparent",
  legend.key.fill = "transparent",
  legend.key.color = "transparent",
  strip.textsize = 12
)
 | 
| panel.aspect.ratio | panel.aspect.ratio | 
| axis.title.textsize | axis.title.textsize | 
| plot.tag.textsize | plot.tag.textsize | 
| plot.title.textsize | plot.title.textsize | 
| plot.subtitle.textsize | plot.subtitle.textsize | 
| plot.footnote.textsize | plot.footnote.textsize | 
| legend.position | legend.position = "top" or "right" or others | 
| legend.textsize | legend.textsize | 
| legend.background.fill | legend.background.fill | 
| legend.background.color | legend.background.color | 
| legend.key.fill | legend.key.fill | 
| legend.key.color | legend.key.color | 
| strip.textsize | strip.textsize | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.