如何用r绘制直方图
答案:1 悬赏:10 手机版
解决时间 2021-02-28 17:03
- 提问者网友:皆是孤独
- 2021-02-28 12:12
如何用r绘制直方图
最佳答案
- 五星知识达人网友:纵马山川剑自提
- 2021-02-28 13:01
储存原始数据后,将其在R中命名为test,运行以下数据就能得到你要的条形图了
tp <- barplot(test$Length_distribution, names.arg=test$Sequence_size, las =2, ylim=c(0,30000),col="black")
text(tp, test$Length_distribution, labels =test$Length_distribution,pos=4,srt=90,offset=0)
tp <- barplot(test$Length_distribution, names.arg=test$Sequence_size, las =2, ylim=c(0,30000),col="black")
text(tp, test$Length_distribution, labels =test$Length_distribution,pos=4,srt=90,offset=0)
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯