Description Usage Arguments Value Author(s) Examples
Returns a list of matrices holding three columns (lambda state point, value and error) for every file.
1 2 | load_TIcurve( files,
mdEngine = "GROMOS" )
|
files |
Vector of files (up to two) to be loaded.) |
mdEngine |
Argument distinguishes between input formats based on the molecular dynamics engine used. Currently available: |
Returns a list of (at least) n
x3-matrices, each holding three columns:
[1] lambda-points
[2] partial derivative of the Hamiltonian in respect to lambda at respective lambda
[3] error associated with partial derivative at respective lambda
Christian Margreitter
1 2 3 | # GROMOS
load_TIcurve( c( system.file( "extdata/TIcurve_example.txt.gz",
package = "MDplot" ) ) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.