Michael Prager wrote: > I don't know if R can easily read Fortran unformatted (sometimes called > "binary") data, or how.
Yes, it's fairly easy. You would use a file() connection, and readBin(). The only tricky part might be figuring out exactly what is the R equivalent to what your fortran is writing. Duncan Murdoch ______________________________________________ [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
