Re: [R] how to sort and group the data?

2009-04-02 Thread baptiste auguie
try this, d = read.table(textConnection("USER NAME 12 admin 12 admin 10 admin 10 advertising 61 process 17snapshot 61ticket 61ticket 30snapshot 10advertising 10advertising 10advertising 10advertising "),head=T) str(d) # note that NAME is a fact

[R] how to sort and group the data?

2009-04-02 Thread Hemavathi Ramulu
HI, I need help.. How to sort and group the data below:- USER NAME 12 admin 12 admin 10 admin 10 advertising 61 process 17snapshot 61ticket 61ticket 30snapshot 10advertising 10advertising 10advertising 10advertising I want to plot graph using thi