Learn R Programming

MDplot (version 0.3.1)

load_hbond: Loading hydrogen bonds

Description

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

Usage

load_hbond( 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_example.txt.gz" for format information
load_hbond( system.file( "extdata/hbond_example.txt.gz", package = "MDplot" ) )

Run the code above in your browser using DataLab