Description Usage Arguments Value Author(s) Examples
Returns a list of vector pairs of datapoint indices and values.
1 2 | load_timeseries( files,
mdEngine = "GROMOS" )
|
files |
Vector of paths to input text files. |
mdEngine |
Argument distinguishes between input formats based on the molecular dynamics engine used. Currently available: |
List of vectors, holding alternately indices and values.
Christian Margreitter
1 2 3 4 5 6 7 8 9 10 | # 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" )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.