update
This commit is contained in:
+35
-2
@@ -14,7 +14,40 @@ require(learnr)
|
||||
knitr::opts_chunk$set(echo = TRUE)
|
||||
```
|
||||
|
||||
## R的历史
|
||||
# 开始之前
|
||||
|
||||
## R语言实践部分课程简介
|
||||
|
||||
**接下来的课程由我来带着大家一起学习、实践基于R语言的数据分析。**
|
||||
|
||||
### 自我介绍
|
||||
|
||||
- [苏命](https://drwater.net/team/ming-su/):来自中国科学院生态环境研究中心
|
||||
- 主要从事**水源水质水生态**方面的研究
|
||||
|
||||
### 课件
|
||||
|
||||
- 采用`R语言`+`quarto`完成
|
||||
- 网页公开:[https://drc.drwater.net/course/public/RWEP/PUB/index.html](https://drc.drwater.net/course/public/RWEP/PUB/index.html)
|
||||
- 课件代码:[https://git.drwater.net/course/RWEP.git](https://git.drwater.net/course/RWEP.git)
|
||||
|
||||
## 如何学习接下来的内容?
|
||||
|
||||
- 上课形式:
|
||||
- **实践操作为主**,目的是让每一位同学都能独立开展基于R的数据分析
|
||||
- **2-3人一组**,自由分组,相互帮助
|
||||
- 准备工作:
|
||||
- 个人笔记本电脑,Microsoft Windows、GNU/Linux、MacOS系统
|
||||
- 安装好**Microsoft Excel**
|
||||
- 能联网
|
||||
- 如果电池不够用,建议带上插座
|
||||
- 上课规则
|
||||
- 可随时打断,**不懂就问**
|
||||
- **无特殊情况不迟到**,否则操作过程容易跟不上
|
||||
|
||||
# R语言简介
|
||||
|
||||
## R语言的历史
|
||||
|
||||
::: columns
|
||||
::: {.column width="85%"}
|
||||
@@ -184,7 +217,7 @@ devtools::install_github("kjhealy/socviz")
|
||||
|
||||
## 安装R包
|
||||
|
||||
{{< video https://vimeo.com/203516241 width="600" height="400">}}
|
||||
{{< video https://vimeo.com/203516241 width="300" height="200">}}
|
||||
|
||||
|
||||
## 结语
|
||||
|
||||
Reference in New Issue
Block a user