Learn R Programming

SOMMD (version 0.1.2)

print.trj: Print Trajectory

Description

A short description...

Usage

# S3 method for trj
print(x, ...)

Value

Called for its effect.

Arguments

x

trj object

...

additional arguments to be passed to further methods

Author

Stefano Motta stefano.motta@unimib.it

Examples

Run this code
#Read trajectory
trj <- read.trj(trjfile = system.file("extdata", "HIF2a-MD.xtc", package = "SOMMD"),
  topfile = system.file("extdata", "HIF2a.gro", package = "SOMMD"))
#Print basic informations
print(trj)

Run the code above in your browser using DataLab