September 21, 2016
This is an R Markdown presentation. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com.
When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the document.
summary(cars)
## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.:19.0 3rd Qu.: 56.00 ## Max. :25.0 Max. :120.00
summary(cars)
## speed dist ## Min. : 4.0 Min. : 2.00 ## 1st Qu.:12.0 1st Qu.: 26.00 ## Median :15.0 Median : 36.00 ## Mean :15.4 Mean : 42.98 ## 3rd Qu.:19.0 3rd Qu.: 56.00 ## Max. :25.0 Max. :120.00
add picture using

picture of SOE
x <- 10 y <- x * 2 z <- 1 + 3 yy <- exp(4) + log(10)
<div class="notes"> This is my *note*. - It can contain markdown - like this list </div>
#nextsteps { color: blue; } .emphasized { font-size: 1.2em; }
# load("data/salary.RData") data(salary, package="DSC2014Tutorial") knitr::opts_chunk$set(warning = FALSE, echo = FALSE, message = FALSE)
A friend once said: > It's always better to give > than to receive.
--- output: ioslides_presentation: incremental: true ---
First Header | Second Header ------------- | ------------- Content Cell | Content Cell Content Cell | Content Cell
First Header | Second Header |
---|---|
Content Cell | Content Cell |
Content Cell | Content Cell |
horizontally center content by enclosing it in a div tag with class centered
color content using base color classes red, blue, green, yellow, and gray (or variations of them e.g. red2, red3, blue2, blue3, etc.)