crystal_system | R Documentation |
Crystal system corresponding to given space group.
crystal_system(gn)
gn |
A natural integer (1,2,3,...). the space group number. |
A character string, the name of the crystal system associated with the given space group. If the input integer does not correspond any existing space group, the function returns NULL and throws a warning.
# P1 is part of the TRICLINIC system crystal_system(1) # The object returned is a string csys <- crystal_system(1) class(csys)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.