简体   繁体   中英

Multiple Bar plot in one graphs in R

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 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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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