which(a==max(a))

-- 
Henrique Dallazuanna
Curitiba-Paraná-Brasil
25° 25' 40" S 49° 16' 22" O

On 03/07/07, Benoit Chemineau <[EMAIL PROTECTED]> wrote:
>
> Hi, dear R developers,
>
> I've got a vector of monthly volatilities and i would like to get the
> position of the highest volatility of the vector without computing a loop.
> Is there a function that could give me such a result ?
>
> a<-c(1,2,4,100,3)
>
> the highest value is the fourth of the vector.
> how can i get "4" without a loop going through the vector ?
>
> Thanks !
>
> Benoit.
>
>         [[alternative HTML version deleted]]
>
> ______________________________________________
> [email protected] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>

        [[alternative HTML version deleted]]

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to