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

View source: R/cell_S3.R

print.rec_unit_cellR Documentation

Print method for an object of class "rec_unit_cell".

Description

The values are displayed in 1/angstroms and degrees

Usage

## S3 method for class 'rec_unit_cell'
print(x, ...)

Arguments

x

An object of class "rec_unit_cell".

...

Additional arguments passed to the print methods

Value

No values. A message is displayed which includes information on the reciprocal unit cell.

Examples

# Create a cubic reciprocal unit cell
ruc <- rec_unit_cell(1/10,1/10,1/10,90,90,90)

# Display its value
print(ruc)

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