[R] Printing row and column names of cells with specific value in a big matrix

2015-07-20 Thread gaurav kandoi
[sig_values] However, it only prints the row,col number (sig_values command) or only the values (Corr_Matrix[sig_values]) command. How can I get the row and column names alongwith their values? Regards -- *Gaurav Kandoi* [[alternative HTML version deleted

Re: [R] Printing row and column names of cells with specific value in a big matrix

2015-07-20 Thread gaurav kandoi
example, or at least a non-mangled one (please don't post in HTML), I'm not inclined to try it, but why not use sig_values to index row.names() and col.names() if you're after the names? Sarah On Mon, Jul 20, 2015 at 1:44 PM, gaurav kandoi kandoigau...@gmail.com wrote: Hi All I've two big

Re: [R] Printing row and column names of cells with specific value in a big matrix

2015-07-20 Thread gaurav kandoi
Thanks a lot Sarah. I think I've got what I wanted. On Mon, Jul 20, 2015 at 2:55 PM, Sarah Goslee sarah.gos...@gmail.com wrote: Subsetting error. See below. On Mon, Jul 20, 2015 at 3:29 PM, gaurav kandoi kandoigau...@gmail.com wrote: Hi Sarah, sorry for posting in HTML. I've two big