-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy path_bookdown.yml
51 lines (42 loc) · 1.45 KB
/
_bookdown.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
book_filename: "notesdown"
delete_merged_file: true
language:
label:
fig: "图 "
tab: "表 "
ui:
edit: "编辑"
chapter_name: ["第 ", " 章"]
appendix_name: ["附录 "]
new_session: yes
before_chapter_script: ["_common.R"]
rmd_files:
- "index.Rmd"
- "preface.Rmd" # 前言
# 数据处理
- "data-wrangling.Rmd"
- "data-structure.Rmd" # R 语言数据结构
- "data-transportation.Rmd" # 数据导入导出
- "string-operations.Rmd" # 字符串操作
- "regular-expressions.Rmd" # 正则表达式
- "data-manipulation.Rmd" # 数据操作
- "advanced-manipulation.Rmd" # 高级数据操作
- "parallel-manipulation.Rmd" # 并行操作
- "other-manipulation.Rmd" # dplyr 数据操作
# 统计图形
- "statistical-graphics.Rmd"
- "graphics-foundations.Rmd" # 图形基础
- "visualization-colors.Rmd" # 数据可视化
- "visualization-gallery.Rmd"
- "interactive-web-graphics.Rmd" # 交互式网页图形
# 统计计算
- "statistical-computation.Rmd"
- "numerical-optimization.Rmd" # 数值优化
- "differential-equations.Rmd"
- "appendix.Rmd" # 附录和命令行操作
# - "symbolic-computation.Rmd"
# - "mixed-programming.Rmd" # 混合编程
# - "object-oriented-programming.Rmd" # 面向对象编程
# - "file-operations.Rmd" # 文件操作
# - "other-softwares.Rmd" # 其它软件工具
- "references.Rmd"