/ Published in: R

Expand |
Embed | Plain Text
> 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)
You need to login to post a comment.
> 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)
You need to login to post a comment.