Learn R Programming

MDplot (version 0.3.1)

load_rmsd: Loading function for rmsd()

Description

Returns a list of vector pairs of datapoint indices and RMSD values.

Usage

load_rmsd( files, mdEngine = "GROMOS" )

Arguments

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

Examples

Run this code
## Not run: 
# load_rmsd( c( system.file( "extdata/rmsd1_example.txt.gz", package = "MDplot" ),
#               system.file( "extdata/rmsd2_example.txt.gz", package = "MDplot" ) ) )
# ## End(Not run)

Run the code above in your browser using DataLab