Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created December 11, 2012 22:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ramnathv/4262686 to your computer and use it in GitHub Desktop.
Save ramnathv/4262686 to your computer and use it in GitHub Desktop.
Slide with Dynamic Background
---
title: Slide with Dynamic Background
author: Ramnath Vaidyanathan
mode: standalone
--- bg:url(figure/myback.png)
```{r myback, echo = F, comment = NA, message = F, results = 'hide', include = F, fig.width = 15, fig.height = 10}
library(ggplot2)
ggplot(mtcars, aes(wt, mpg)) +
geom_point(alpha = 0.1) +
geom_smooth(alpha = 0.1)
```
## Slide Title
- item 1
- item 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment