plot autocorrelation of observables
plt.autocor(coords, lag.max = 0.25, columns, circular = FALSE, dt = NULL)
Arguments
- coords
- Filename of coordinates.
- lag.max
- The maximal lagtime. If < 1 (default: 0.25), interpret as ratio to total length, else given in number of timesteps.
- columns
- Vector with column indices of observables to compute ACF for.
- circular
- Compute ACF for circular variables (e.g. dihedral angles).
- dt
- Timestep in [ps]. If given, time axis will be scaled accordingly. Default: NULL, i.e. express time in number of timesteps.