print.struct | R Documentation |
A short description...
## S3 method for class 'struct'
print(x, ...)
x |
trj object |
... |
additional arguments to be passed to further methods |
Called for its effect.
Stefano Motta stefano.motta@unimib.it
# Read structure file
struct <- read.struct(system.file("extdata", "HIF2a.gro", package = "SOMMD"))
#Print basic information
print(struct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.