#此处是标题,{#此处为标题的别名}
每个标题都需要有一个别名,别名的格式为“你的学号-有意义的标题缩写”
这里是序言。
我们可以访问课程主页:商务数据智能分析
这里是序言的第2小节。
我们可以写公式:
- 行内公式:\(a^2 + b^2 = c^2\).就是这样简单。
- 行间公式: \[X = \begin{bmatrix}1 & x_{1}\\
1 & x_{2}\\
1 & x_{3}
\end{bmatrix}\]
插入图片:Picture
画图:Figure
par(mar = c(4, 4, .1, .1))
plot(pressure, type = 'b', pch = 19)
par(mar = c(4, 4, .1, .1))
plot(pressure, type = 'b', pch = 19)
Sepal.Length | Sepal.Width | Petal.Length | Petal.Width | Species |
---|---|---|---|---|
5.1 | 3.5 | 1.4 | 0.2 | setosa |
4.9 | 3.0 | 1.4 | 0.2 | setosa |
4.7 | 3.2 | 1.3 | 0.2 | setosa |
4.6 | 3.1 | 1.5 | 0.2 | setosa |
5.0 | 3.6 | 1.4 | 0.2 | setosa |
5.4 | 3.9 | 1.7 | 0.4 | setosa |
`r iris[1,1]`
姓名 | 学号 |
---|---|
张三 | 007 |
李四 | 008 |
Xie, Yihui. 2015. Dynamic Documents with R and Knitr. 2nd ed. Boca Raton, Florida: Chapman; Hall/CRC. http://yihui.name/knitr/.