[R] Histogram for each ID value

a217 ajn21 at case.edu
Mon Oct 17 14:07:28 CEST 2011


I have a dataframe in the general format:

chr1 0.5
chr1 0
chr1 0.75
chr2 0
chr2 0
chr3 1
chr3 1
chr3 0.5
chr7 0.75
chr9 1
chr9 1
chr22 0.5
chr22 0.5

where the first column is the chromosome location and the second column is
some value. What I'd like to do is have a histogram created for each chr
location (i.e. a separate histogram for chr1, chr2, chr3, chr7, chr9, and
chr22). I am just having a hard time getting everything to work out and am
hoping for some suggestions.

--
View this message in context: http://r.789695.n4.nabble.com/Histogram-for-each-ID-value-tp3911791p3911791.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list