/ Published in: R
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
> data = read.table('data.csv')
> data
total sms gprs
A 10 4 6
B 9 4 5
C 9 4 5
D 10 5 5
> mtx = data.matrix(data)
> dotchart(mtx)
Comments
 Subscribe to comments
                    Subscribe to comments
                
                