- trjfile
- name of trajectory file to read. A vector if treat
    a batch of files 
  
- headonly
- logical, if TRUE only trajectory header information
    is returned. If FALSE only trajectory coordinate data is returned. 
  
- verbose
- logical, if TRUE print details of the reading process. 
  
- time
- logical, if TRUE the - firstand- lasthave the
    time unit ps; Otherwise the unit is the frame number.
 
  
- first
- starting time or frame number to read; If NULL, start
    from the begining of the file(s). 
  
- last
- read data until - lasttime or frame number; If NULL or
    equal to -1, read until the end of the file(s).
 
  
- stride
- take at every - strideframe(s)
 
  
- cell
- logical, if TRUE and - headonlyis FALSE return cell 
    information only. Otherwise, return header or coordinates.
 
  
- at.sel
- an object of class ‘select’ indicating a subset
    of atomic coordinates to be read.