Learn R Programming

MDplot (version 0.3.1)

load_hbond_ts: Loading hydrogen bonds timeseries

Description

This function loads hydrogen bond timeseries information from a plain text file and stores them in a table.

Usage

load_hbond_ts( path, mdEngine = "GROMOS" )

Arguments

path
Specifies the path of the text input file.
mdEngine
Argument introduced for distinction between input formats based on the used molecular dynamics engine (to be implemented).

Examples

Run this code
# see "extdata/hbond_ts_example.txt.gz" for format information
load_hbond_ts( system.file( "extdata/hbond_ts_example.txt.gz", package = "MDplot" ) )

Run the code above in your browser using DataLab