[R] indexing a vector

Thomas Lumley tlumley at u.washington.edu
Mon May 7 20:38:53 CEST 2001


On Mon, 7 May 2001, David White wrote:

>
> Dear R-List,
>
> How can one look up the row/column number for a given value in a matrix or
> data.frame?  For example in a matrix that contains only unique values for
> in [,1] how can I find value x in [,1] and report its row number?
>

match(x,matrix[,1])

	-thomas

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._



More information about the R-help mailing list