On Tue, Jan 4, 2011 at 4:02 PM, Murray Jorgensen <[email protected]> wrote: > I'm going to try my hand at converting some Fortran programs to R. Does > anyone know of any good articles giving hints at such tasks? I will post a > selective summary of my gleanings.
If the code uses functions/subroutines, keep in mind that Fortran passes arguments by reference, whereas R passes arguments by value. Peter ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

