Re: [R] Calling a function to store values

2011-03-03 Thread Kumaraguru Paramasivam
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 pro

Re: [R] Odp: Letters(V1, V2..) as row col indices instead of numbers

2011-01-28 Thread KumaraGuru
While listing it like that is it possible to remove the rows that has same row and col numbers? Like.. 1 1 x 2 2 x2 Regards, Kumaraguru On Jan 28, 2011, at 9:23 AM, Petr PIKAL wrote: > Hi > > KumaraGuru napsal dne 28.01.2011 17:03:50: > >> I want to melt the cor m

Re: [R] Odp: Letters(V1, V2..) as row col indices instead of numbers

2011-01-28 Thread KumaraGuru
I want to melt the cor matrix and form a 3 col matrix with row# col# and cor. This I m using to draw a graph. Regards, Kumaraguru On Jan 28, 2011, at 6:47 AM, Petr PIKAL wrote: > Hi > > r-help-boun...@r-project.org napsal dne 28.01.2011 09:52:05: > >> >> What