load_TIcurve: Loading function for thermodynamic integration function...

Description Usage Arguments Value Author(s) Examples

View source: R/TIcurve.R

Description

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

Usage

1
2
load_TIcurve( files,
              mdEngine = "GROMOS" )

Arguments

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: "GROMOS".

Value

Returns a list of (at least) nx3-matrices, each holding three columns:

Author(s)

Christian Margreitter

Examples

1
2
3
# GROMOS
load_TIcurve( c( system.file( "extdata/TIcurve_example.txt.gz",
                              package = "MDplot" ) ) )

MDplot documentation built on May 2, 2019, 7:02 a.m.

Related to load_TIcurve in MDplot...