[R] Simplest question ever...

Paul Lynch plynchnlm at gmail.com
Thu Mar 1 23:45:55 CET 2007


I'm not sure this is the most efficient, but how about:
   diag(m[a,b])
?

On 3/1/07, yoooooo <magno_yu at ml.com> wrote:
>
> Let's say i have
>
> a = c(1, 4, 5)
> b = c(2, 6, 7)
>
> and i have matrix m, what's an efficient way of access
> m[1, 2], m[4, 6], m[5, 7]
> like of course m[a, b] = is not going to do, but what's an expression that
> will allow me to have that list?
>
> Thanks!
> --
> View this message in context: http://www.nabble.com/Simplest-question-ever...-tf3329894.html#a9258932
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at stat.math.ethz.ch 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.
>



More information about the R-help mailing list