read.gro | R Documentation |
Function to read gro files
read.gro(file)
file |
contains the name and the path to the gro file to be read |
Returns a list of class "gro" with the following components:
atom |
a data frame containing all atomic coordinate with a row per atom and a column per record type. |
xyz |
a numeric matrix of class "xyz" containing the atomic coordinate data. |
box |
a vector of box size. |
call |
the matched call. |
Stefano Motta stefano.motta@unimib.it
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.