Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

print.xyz

Printing XYZ coordinates


Description

Print method for objects of class ‘xyz’.

Usage

## S3 method for class 'xyz'
print(x, ...)

Arguments

x

a ‘xyz’ object indicating 3-D coordinates of biological molecules.

...

additional arguments passed to ‘print’.

Value

Called for its effect.

Author(s)

Barry Grant

References

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

See Also

Examples

# Read a PDB file
pdb <- read.pdb( system.file("examples/1hel.pdb", package="bio3d") )
print(pdb$xyz)

bio3d

Biological Structure Analysis

v2.4-2
GPL (>= 2)
Authors
Barry Grant [aut, cre], Xin-Qiu Yao [aut], Lars Skjaerven [aut], Julien Ide [aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.