print.unit_cell | R Documentation |
The values are displayed in angstroms and degrees
The output includes details on the unit cell, the crystal symmetry and the first 10 records (data).
## S3 method for class 'unit_cell'
print(x, ...)
## S3 method for class 'merged_reflections'
print(x, ...)
x |
An object of class "merged_reflections". |
... |
Additional arguments passed to the print methods |
No values. A message is displayed which includes information on the unit cell.
No values. A message is displayed which includes information on the reflections contained in this object and the crystal structure they relate to.
# Create a cubic unit cell
uc <- unit_cell(10,10,10,90,90,90)
# Display its value
print(uc)
# Create a default 'merged_reflections' object
mrefs <- merged_reflections()
# Display its value
print(mrefs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.