Hi,
I was looking for a solution to the same problem. I just found something and
thought it might be useful to share.
Suppose you look for the positions of the minimum value in matrix D. Using a
little euclide division solves the problem easily. Here is my code.
min(D)
Dv=as.vector(D)
pos=which.
On 3/15/2008 7:47 PM, Gonçalo Ferraz wrote:
> 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 m
t: [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
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
4 matches
Mail list logo