# C 2 monoclinic space group
SG <- "C 1 2 1"
# Create an arbitrary cell compatible with C 2
uc <- unit_cell(10,15,10,90,110,90)
# Generate Miller indices to 5 angstroms resolution
reso <- 5
hkl <- generate_miller(uc,SG,reso)
# Display first 10 indices
hkl[1:10,]
Run the code above in your browser using DataLab