[R] Read trajectory file into R

Prof Brian Ripley ripley at stats.ox.ac.uk
Wed Jul 23 10:49:00 CEST 2003


On Wed, 23 Jul 2003, Karim Elsawy wrote:

> I wonder if there is a way to read a molecular dynamic trajectory file (
> binary file) produced by CHARMM into R. Something like that in matlab. 
> Actually this will save tremendous effort in post processing.

If you know the file format, yes.  That's a main aim of connections and 
function readBin().   Function read.S (in package foreign) is an example.

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595




More information about the R-help mailing list