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

View source: R/symmetry_S3.R

print.cryst_symmR 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)


cry documentation built on Oct. 10, 2022, 9:06 a.m.