# 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)
Run the code above in your browser using DataLab