Re: [R] finding rows in a matrix that match a vector

2012-02-02 Thread Uwe Ligges
On 28.01.2012 05:43, Melissa Patrician wrote: Hi, Please excuse my inexperience, but I am just learning R (this is my very first day programming in R) and having a really hard time figuring out how to do the following: I have a matrix that is 1000 row by 6 columns (named 'table.combos') and a

Re: [R] finding rows in a matrix that match a vector

2012-01-28 Thread Florent D.
ou in the right direction. > > Jason > > Original message > >Date: Fri, 27 Jan 2012 17:39:05 -0800 (PST) > >From: r-help-boun...@r-project.org (on behalf of Melrose2012 > ) > >Subject: [R] finding rows in a matrix that match a vector > >To: r-help@r

Re: [R] finding rows in a matrix that match a vector

2012-01-27 Thread Jason J. Pitt
Fri, 27 Jan 2012 17:39:05 -0800 (PST) >From: r-help-boun...@r-project.org (on behalf of Melrose2012 ) >Subject: [R] finding rows in a matrix that match a vector >To: r-help@r-project.org > >Hi, > >Please excuse my ignorance, but I am just learning R (this is my very first &g

[R] finding rows in a matrix that match a vector

2012-01-27 Thread Melrose2012
Hi, Please excuse my ignorance, but I am just learning R (this is my very first day programming in R) and having a really hard time figuring out how to do the following: I have a matrix that is 1000 row by 6 columns (named 'table.combos') and a 1 row by 6 column vector (named 'mine'). I want to

[R] finding rows in a matrix that match a vector

2012-01-27 Thread Melissa Patrician
Hi, Please excuse my inexperience, but I am just learning R (this is my very first day programming in R) and having a really hard time figuring out how to do the following: I have a matrix that is 1000 row by 6 columns (named 'table.combos') and a 1 row by 6 column vector (named 'mine'). I wa