print.cryst_symm {cry} | R Documentation |
Print method for an object of class "cryst_symm".
Description
xxx
Usage
## S3 method for class 'cryst_symm'
print(x, ...)
Arguments
x |
An object of class "cryst_symm". |
... |
Additional arguments passed to the print methods |
Value
No values. A message is displayed which includes information on the crystallographic symmetry.
Examples
# Create an object of P 2 symmetry
crsym <- cryst_symm("P 2")
# Display its value
print(crsym)
[Package cry version 0.5.1 Index]