bp = barplot(table(dat[,1]),las=2,ylim = c(0,600),main="Number of experience per cell line in the L1000 data")
text(x = bp, y = table(dat[,1]), label = table(dat[,1]), pos = 3, cex = 0.8, col = "red")
bp = barplot(table(dat[,1]),las=2,ylim = c(0,600),main="Number of experience per cell line in the L1000 data")
text(x = bp, y = table(dat[,1]), label = table(dat[,1]), pos = 3, cex = 0.8, col = "red")
'Coding > R' 카테고리의 다른 글
[plot]violin plot (0) | 2018.07.10 |
---|---|
[R] igraph (0) | 2018.04.04 |
line plot (0) | 2014.03.14 |
line plot (0) | 2014.01.28 |
ggplot histogram (0) | 2012.09.19 |