Printing XYZ coordinates
Print method for objects of class ‘xyz’.
## S3 method for class 'xyz' print(x, ...)
x |
a ‘xyz’ object indicating 3-D coordinates of biological molecules. |
... |
additional arguments passed to ‘print’. |
Called for its effect.
Barry Grant
Grant, B.J. et al. (2006) Bioinformatics 22, 2695–2696.
# Read a PDB file pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") ) print(pdb$xyz)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.