Learn R Programming

cry (version 0.5.2)

print.cryst_symm: Print method for an object of class "cryst_symm".

Description

xxx

Usage

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

Value

Nothing. A message is displayed which includes information on the crystallographic symmetry.

Arguments

x

An object of class "cryst_symm".

...

Additional arguments passed to the print methods

Examples

Run this code
# Create an object of P 2 symmetry
crsym <- cryst_symm("P 2")

# Display its value
print(crsym)

Run the code above in your browser using DataLab