powered by
TIcurve()
Returns a list of matrices holding three columns (lambda state point, value and error) for every file.
load_TIcurve( files, mdEngine = "GROMOS" )
Vector of files (up to two) to be loaded.)
Argument distinguishes between input formats based on the molecular dynamics engine used. Currently available: "GROMOS".
"GROMOS"
Returns a list of (at least) nx3-matrices, each holding three columns:
n
[2] partial derivative of the Hamiltonian in respect to lambda at respective lambda
[3] error associated with partial derivative at respective lambda
# GROMOS load_TIcurve( c( system.file( "extdata/TIcurve_example.txt.gz", package = "MDplot" ) ) )
Run the code above in your browser using DataLab