Skip to content

Instantly share code, notes, and snippets.

@ramnathv
Created July 18, 2013 14:22
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/1fcf50751e461b9192ac to your computer and use it in GitHub Desktop.
Save ramnathv/1fcf50751e461b9192ac to your computer and use it in GitHub Desktop.
Polycharts with Slidify
---
title : Polycharts with Slidify
subtitle :
author :
job :
framework : io2012 # {io2012, html5slides, shower, dzslides, ...}
highlighter : highlight.js # {highlight.js, prettify, highlight}
hitheme : tomorrow #
widgets : [] # {mathjax, quiz, bootstrap}
mode : draft
---
## Polycharts
```{r warning = F, message = F}
require(rCharts)
r1 <- rPlot(mpg ~ wt, data = mtcars, type = 'point')
r1$save('test.html', cdn = TRUE)
```
<iframe src='test.html'></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment