Complete pass through Rmarkdown

This commit is contained in:
hadley
2016-08-22 15:27:54 -05:00
parent 166a1b96d7
commit 545ca5b13c
5 changed files with 235 additions and 156 deletions

View File

@@ -4,15 +4,11 @@ output: html_document
---
```{r include = FALSE}
# colorFunc <- "heat.colors"
colorFunc <- "terrain.colors"
# colorFunc <- "topo.colors"
# colorFunc <- "cm.colors"
# colorFunc <- "rainbow"
```
Base R comes with many functions for generating colors. The code below demonstrates the `r colorFunc` function.
Base R comes with many functions for generating colors. The code
below demonstrates the `r colorFunc` function.
## `r colorFunc`