Learn R Programming

MDplot (version 0.3.1)

load_TIcurve: Loading function for thermodynamic integration function TIcurve()

Description

Returns a list of matrices holding three columns (lambda state point, value and error) for every file.

Usage

load_TIcurve( files, mdEngine = "GROMOS" )

Arguments

files
Vector of files (up to two) to be loaded.)
mdEngine
Argument introduced for distinction between input formats based on the used molecular dynamics engine (to be implemented).

Examples

Run this code
# loading
load_TIcurve( c( system.file( "extdata/TIcurve_example.txt.gz", package = "MDplot" ) ) )

Run the code above in your browser using DataLab