[R] faster vector subtraction??

Søren Merser merser at image.dk
Wed Jan 16 21:20:18 CET 2002


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



More information about the R-help mailing list