Skip to content
Prev 31278 / 398513 Next

Writing a function

vincent.stoliaroff at socgen.com wrote:
Hint:

   NA->(Matrix[i,j+1])

is syntactically almost the same as

   (Matrix[i,j+1]) <- NA

but the latter (without the brackets) is less confusing.

Uwe Ligges