---
title: My First Presentation
author: Ramnath Vaidyanathan
---

## Markdown Text

Making my first slide deck with Slidify.

1. Write text using Markdown
2. Add properties using YAML
3. Separate slides with `---` preceded by empty newline

---

```r
require(ggplot2)
qplot(wt, mpg, data = mtcars)
```

Slidify

Interactive Docs with R Markdown

Try Online

Author

Write content in R Markdown, mixing markdown text with knitr code chunks, and render it as an interactive web-ready HTML5 document.

Customize

Style your document using frameworks. Structure display using layouts. Extend functionality using widgets

Share

Publish your interactive document to RPubs with a single click, or to github and dropbox with a few lines of code.