[R] locating minimum value in matrix

Bill.Venables at csiro.au Bill.Venables at csiro.au
Sun Mar 16 02:29:19 CET 2008


Yes, they've thought of that.

which(BEE == min(BEE), arr.ind = TRUE)

will do it. 


Bill Venables
CSIRO Laboratories
PO Box 120, Cleveland, 4163
AUSTRALIA
Office Phone (email preferred): +61 7 3826 7251
Fax (if absolutely necessary):  +61 7 3826 7304
Mobile:                         +61 4 8819 4402
Home Phone:                     +61 7 3286 7700
mailto:Bill.Venables at csiro.au
http://www.cmis.csiro.au/bill.venables/ 

-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On Behalf Of Gonçalo Ferraz
Sent: Sunday, 16 March 2008 9:47 AM
To: r-help at stat.math.ethz.ch
Subject: [R] locating minimum value in matrix

Hi,

I have a matrix BEE and want to find the row and column numbers of  
the minimum value in that matrix.
The command

which(BEE==min(BEE))

returns only one value which, I take, is the position of the minimum  
in a vector with as many elements as the matrix.

Is there a quick and simple way of getting row and column numbers?

Thanks,

Gonçalo











	[[alternative HTML version deleted]]



More information about the R-help mailing list