10.18 markdown学习
一、标题
二、列表
- 文本1
- 文本2
- 文本3
三、插入链接和图片
四、引用
Use RColorBrewer color palette names
library("RColorBrewer")
col <- colorRampPalette(brewer.pal(10, "RdYlBu"))(256)
heatmap(df, scale = "none", col = col,
RowSideColors = rep(c("blue", "pink"), each = 16),
ColSideColors = c(rep("purple", 5), rep("orange", 6)))
五、粗体与斜体
这是粗体
这是斜体
六、引用代码
- 单行代码
col<- colorRampPalette(c("red", "white", "blue"))
- 多行代码
library("RColorBrewer")
col <- colorRampPalette(brewer.pal(10, "RdYlBu"))(256)
heatmap(df, scale = "none", col = co
RowSideColors = rep(c("blue", "pink"), each = 16),
ColSideColors = c(rep("purple", 5), rep("orange", 6)))
六、表格
姓名 | 性别 | 身高 |
---|---|---|
a | 1 | 2 |
<p></p>
dog | bird | cat |
---|---|---|
foo | ff | sss |
a | b | c |
七、显示链接中带括号的图片
![][1]
[1]: http://latex.codecogs.com/gif.latex?\prod%20(n_{i})+1