Printing XYZ coordinates

Usage

"print"(x, ...)

Arguments

x
a ‘xyz’ object indicating 3-D coordinates of biological molecules.
...
additional arguments passed to ‘print’.

Description

Print method for objects of class ‘xyz’.

Value

Called for its effect.

References

Grant, B.J. et al. (2006) Bioinformatics 22, 2695--2696.

Examples

# Read a PDB file pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") ) print(pdb$xyz)
Total Frames#: 1 Total XYZs#: 3003, (Atoms#: 1001) [1] 3.294 10.164 10.266 <...> -17.769 19.416 8.251 [3003] + attr: Matrix DIM = 1 x 3003

See also

is.xyz, read.ncdf, read.pdb, read.dcd, fit.xyz

Author

Barry Grant