简体   繁体   English

R中一个图形中的多个条形图

[英]Multiple Bar plot in one graphs in R

I'm a beginner to R. 我是R的初学者。

I need to create a graph like 我需要创建一个像

http://i.stack.imgur.com/az56z.jpg 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. 基本思想是某个外显子id可以有多个子组。 I need to plot all the values in bar plots within that exon id 我需要在该外显子id内的条形图中绘制所有值

How can I do that in R? 我如何在R中做到这一点?

I haven't done a plot like this myself but I think the 'lattice' package is what you would be after. 我本人并没有做过这样的情节,但我想您会追求的是“晶格”组合。 You can get the pdf guide from http://cran.r-project.org/web/packages/lattice/index.html . 您可以从http://cran.r-project.org/web/packages/lattice/index.html获取pdf指南。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM