load_timeseries function

Loading function for timeseries()

Loading function for timeseries()

Returns a list of vector pairs of datapoint indices and values.

load_timeseries( files, mdEngine = "GROMOS" )

Arguments

  • files: Vector of paths to input text files.
  • mdEngine: Argument distinguishes between input formats based on the molecular dynamics engine used. Currently available: "GROMOS", "GROMACS" and "AMBER". Note, that for GROMACS input, mulit-column data is supported.

Returns

List of vectors, holding alternately indices and values.

Examples

# GROMOS load_timeseries( c( system.file( "extdata/timeseries_example_1.txt.gz", package = "MDplot" ), system.file( "extdata/timeseries_example_2.txt.gz", package = "MDplot" ) ) ) # GROMACS load_timeseries( c( system.file( "extdata/timeseries_example_GROMACS.txt.gz", package = "MDplot" ) ), mdEngine = "GROMACS" )

Author(s)

Christian Margreitter