Delete another common chunk
This commit is contained in:
parent
d785c0bba1
commit
67fa6287e1
17
vectors.Rmd
17
vectors.Rmd
|
@ -1,20 +1,3 @@
|
|||
```{r include=FALSE, cache=FALSE}
|
||||
set.seed(1014)
|
||||
options(digits = 3)
|
||||
|
||||
knitr::opts_chunk$set(
|
||||
comment = "#>",
|
||||
collapse = TRUE,
|
||||
cache = TRUE,
|
||||
out.width = "70%",
|
||||
fig.align = 'center',
|
||||
fig.width = 6,
|
||||
fig.asp = 0.618, # 1 / phi
|
||||
fig.show = "hold"
|
||||
)
|
||||
|
||||
options(dplyr.print_min = 6, dplyr.print_max = 6)
|
||||
```
|
||||
# Vectors
|
||||
|
||||
## Introduction
|
||||
|
|
Loading…
Reference in New Issue