From: Achim Zeileis (zeileis@ci.tuwien.ac.at)
Date: Wed 26 Sep 2001 - 19:22:54 EST
Message-id: <3BB19E6E.7F38CDF@ci.tuwien.ac.at>
Bill Simpson wrote:
>
> What is a smarter way of doing:
>
> for(i in 1:xn)
> for(j in 1:yn)
> {
> im2[i,j]<- im[i,j]* (-1)^(i+j)
> }
Maybe something like
im * (-1)^(row(im)+col(im))
Hope that helps
Z
> Thanks!
>
> Bill
>
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> 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
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
This archive was generated by hypermail 2.1.3 : Thu 17 Jan 2002 - 11:10:06 EST