[R] faster vector subtraction??

About this list Date view Thread view Subject view Author view Attachment view

From: Søren Merser (merser@image.dk)
Date: Thu 17 Jan 2002 - 07:20:18 EST


Message-id: <000e01c19ecb$3d595960$8b00a8c0@OSEK>

hi
is there a faster way to do this?

i <- 1
for(x in vector1)
     for(y in vector2) {
         m[[i]] <- (x - y)
         i <- i + 1
      }

regards soren

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._


About this list Date view Thread view Subject view Author view Attachment view

This archive was generated by hypermail 2.1.3 : Thu 17 Jan 2002 - 11:10:11 EST