R Language Introduction Course
Preface
1
R语言功能
2
R语言入门
2.1
安装R / RStudio / R包
2.2
更新R / RStudio / R包
3
R数据结构
3.1
数据存储方式
3.2
创建和访问数据
4
R文档处理
4.1
读取
4.2
处理
4.3
保存
5
R数据可视化
5.1
一个分类变量:条形图、折线图
5.1.1
条形图
5.1.2
折线图
5.2
两个数值变量:散点图
5.3
一个分类变量,一个数值变量:箱型图、小提琴图、山脊图
5.3.1
箱型图
5.3.2
小提琴图
5.3.3
山脊图
Reference
Published with bookdown
R Language Introduction Course
R Language Introduction Course
ZhaoFenfei
2023-06-25
Preface
In this book, we will provide one way to master R language for beginners.