Using R markdown, knitr, slidify to generate nicer slides that include R code
ggplot(diamonds, aes(carat, price))+geom_point(color="firebrick")
First plot
ggplot(diamonds, aes(carat, price))+geom_point(color="cadetblue")
Second plot
ggplot(diamonds, aes(carat, price, color=clarity))+geom_point()
Now I should go back to one column (fullwidth)