crystal_family: Crystal family corresponding to given space group.

View source: R/clattice.R

crystal_familyR Documentation

Crystal family corresponding to given space group.

Description

Crystal family corresponding to given space group.

Usage

crystal_family(gn)

Arguments

gn

A natural integer (1,2,3,...). the space group number.

Value

A character string, the name of the crystal family 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.

Examples

# P1 is part of the TRICLINIC family
crystal_family(1)

# The object returned is a string
cfam <- crystal_family(1)
class(cfam)

cry documentation built on Oct. 10, 2022, 9:06 a.m.