print.trj {SOMMD} | R Documentation |
Print Trajectory
Description
A short description...
Usage
## S3 method for class 'trj'
print(x, ...)
Arguments
x |
trj object |
... |
additional arguments to be passed to further methods |
Value
Called for its effect.
Author(s)
Stefano Motta stefano.motta@unimib.it
Examples
#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)
[Package SOMMD version 0.1.2 Index]