Learn R Programming

bio3d (version 2.4-4)

print.xyz: Printing XYZ coordinates

Description

Print method for objects of class ‘xyz’.

Usage

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

Value

Called for its effect.

Arguments

x

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

...

additional arguments passed to ‘print’.

Author

Barry Grant

References

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

See Also

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

Examples

Run this code

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

Run the code above in your browser using DataLab