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)


jfoadi/cry documentation built on Feb. 3, 2024, 11:48 p.m.