[R] Dynamic Programming in R

"Jens Oehlschlägel" oehl_list at gmx.de
Fri Jan 20 11:15:26 CET 2006


Gunter,

> there are undoubtedly still situations where R may require an unacceptably
large amount of memory overhead. Recursion is one, I
believe.

One can avoid unacceptably large amount of memory overhead when doing
recursion in R: either by passing parameters "by reference" using package
ref or by directly using environments.

Best regards


Jens Oehlschlägel

--




More information about the R-help mailing list