powered by
The values are displayed in 1/angstroms and degrees
# S3 method for rec_unit_cell print(x, ...)
Nothing. A message is displayed which includes information on the reciprocal unit cell.
An object of class "rec_unit_cell".
Additional arguments passed to the print methods
# Create a cubic reciprocal unit cell ruc <- rec_unit_cell(1/10,1/10,1/10,90,90,90) # Display its value print(ruc)
Run the code above in your browser using DataLab