第7次课

This commit is contained in:
2024-03-25 21:48:30 +08:00
parent 00c44b652e
commit 04cc6935d6
845 changed files with 120128 additions and 80612 deletions

View File

@@ -1,27 +1,27 @@
set.seed(1014)
knitr::opts_chunk$set(
comment = "#>",
collapse = TRUE,
# cache = TRUE,
fig.retina = 2,
fig.width = 6,
fig.asp = 2/3,
fig.show = "hold"
)
# knitr::opts_chunk$set(
# comment = "#>",
# collapse = TRUE,
# cache = TRUE,
# fig.retina = 2,
# fig.width = 6,
# fig.asp = 2 / 3,
# fig.show = "hold"
# )
options(
dplyr.print_min = 6,
dplyr.print_max = 6,
pillar.max_footer_lines = 2,
pillar.min_chars = 15,
stringr.view_n = 6,
# Temporarily deactivate cli output for quarto
cli.num_colors = 0,
cli.hyperlink = FALSE,
pillar.bold = TRUE,
width = 77 # 80 - 3 for #> comment
)
# options(
# dplyr.print_min = 6,
# dplyr.print_max = 6,
# pillar.max_footer_lines = 2,
# pillar.min_chars = 15,
# stringr.view_n = 6,
# # Temporarily deactivate cli output for quarto
# cli.num_colors = 0,
# cli.hyperlink = FALSE,
# pillar.bold = TRUE,
# width = 77 # 80 - 3 for #> comment
# )
ggplot2::theme_set(ggplot2::theme_gray(12))