Complete pass through Rmarkdown
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user