Jana
Jana

Reputation: 1555

Multiple Bar plot in one graphs in R

I'm a beginner to R.

I need to create a graph like

https://i.sstatic.net/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?

Upvotes: 0

Views: 1402

Answers (1)

nzcoops
nzcoops

Reputation: 9380

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.

Upvotes: 1

Related Questions