inst/bookdown-templates/bs4/_common.R

set.seed(1112)
options(digits = 3)

knitr::opts_chunk$set(
  comment = "",
  collapse = FALSE,
  fig.width = 8,
  fig.asp = 0.618,  # 1 / phi
  fig.align = "center",
  message = FALSE,
  warning = FALSE
)
qiushiyan/ymisc documentation built on Nov. 22, 2022, 12:38 p.m.