开发者

Multiple Bar plot in one graphs in R [duplicate]

This question already has an answer here: Closed 11 years ago.

Possible Duplicate:

Multiple Bar plot in one graphs in R

Hi,

I'm a beginner to R.

I need to create a graph like

http://i.stack.imgur.com/az56z.jpg

I dont know how to produce my entire dataset. The basic idea is some exon id would have more than one subgroups. I need to plot all the values in bar plots within that exon id

How can 开发者_如何学运维I do that in R?


I had to do R in my stats class last semester. For the future if you google r-code it yields better results. I know that just searching for r always makes annoying results.

If you set up your dataset as a value say

library(gdata)
dataset = read.csv('blahh.csv')
barplot(dataset, main="blahh", 
     xlab="blahh")
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜