Skip to content

fortran -> R

2 messages · Christian Schulz, Göran Broström

#
Hi,

i'm working with a interesting book from
Michael Smithson: "Fuzzy Set Analysis for Behavioral and Social
Sciences",1987.
with small listenings in Fortran.

It's a pitty that i'm more or less understand nothing from Fortran -
have anybody an sugestion or perhaps interesting (...incl. Fortran skills ?)
how
i can get it in R or Java.

Now anybody a Fortran2Java  translator, it seems that something like this
exist ?
The programs are written in Fortran77 for Dec-10 !

many thanks from suggestions,christian
#
On Sat, 7 Dec 2002, Christian Schulz wrote:

            
in R: Read "Writing R extensions" especially "...foreign language
interfaces", and look at ?.Fortran
Don't know anything about that.
Should be ok, if the code doesn't contain Dec extensions to the F77
standard. But you'll probably notice that at compile time :-)

G?ran