Learn R Programming

MDplot (version 0.2)

load_rmsd: Loading function for MDplot::rmsd()

Description

Returns a list of vector pairs of datapoint indices and 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
load_rmsd( c( system.file( "extdata/rmsd1_example.txt.gz", package = "MDplot" ),
              system.file( "extdata/rmsd2_example.txt.gz", package = "MDplot" ) ) )

Run the code above in your browser using DataLab