if i can sort my list as follows, i can create the bar chart.

But how can i sort my list from:

                                [,1]         [,2]          [,3]            
[,4]
abnr2                     11425   11425     11555         11888
TIME                       2            1              1                  2
Cat                          1            2              1                 
2 

to:

                            11425   11555      11888
1                          2            1               0
2                          1           0                2

Thanks for your help



--
View this message in context: 
http://r.789695.n4.nabble.com/create-bar-chart-with-different-totals-in-a-bar-tp4660703p4660706.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to