2016-02-17 13:33:25 +08:00
|
|
|
set.seed(1014)
|
|
|
|
options(digits = 3)
|
|
|
|
|
|
|
|
knitr::opts_chunk$set(
|
|
|
|
comment = "#>",
|
|
|
|
collapse = TRUE,
|
2016-07-18 22:52:55 +08:00
|
|
|
cache = TRUE,
|
|
|
|
out.width = "70%",
|
|
|
|
fig.align = 'center',
|
|
|
|
fig.width = 6,
|
|
|
|
fig.asp = 0.618, # 1 / phi
|
|
|
|
fig.show = "hold"
|
2016-02-17 13:33:25 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
options(dplyr.print_min = 6, dplyr.print_max = 6)
|