[R] barplot (stacked)

koj jens.koch at gmx.li
Tue Mar 23 16:18:24 CET 2010


Dear all,

I want to draw a barplot with the following data:


         [,1]     [,2]   [,3]       [,4]     [,5]     [,6]     [,7]       
[,8]     [,9]
[1,] 110.0675 118.4167 117.16 109.735416 101.6312 104.0312 101.8263
99.38541670 114.2613
[2,]   0.0000   0.0000   0.00   1.658333   0.0000   0.6250   0.0000 
0.05208333   0.0000

         [,10]    [,11]    [,12]    [,13]    [,14]   [,15]    [,16]    [,17]    
[,18]
[1,] 46.597917 108.5312 99.85833 104.3137 99.07917 95.5975 92.07292 108.6338
104.82917
[2,]  2.458333   0.0000  2.62500   0.0000  0.18750  0.0000  0.00000   0.0000  
0.40625

        [,19] [,20]
[1,] 48.90625  47.5
[2,]  0.00000   0.0

The problem is: I want to group the data. I want to have ten groups. The
first two bars should be [1,1] and [2,1] together in one bar and in the
second bar of the first obervation should be [1,2] and [2,2] (stacked with
beside =TRUE). Therefore the first observation is [1,1],[1,2],[2,1] and
[2,2].    

For a better understanding: I want to split the darkblue bar into a green
and a blue bar (please see picture) per observation.

Has anyone a suggestion how I can do this? Thank you very much in advane.


http://n4.nabble.com/file/n1679227/Pic.jpg 
-- 
View this message in context: http://n4.nabble.com/barplot-stacked-tp1679227p1679227.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list