powered by
: Queries a list of crystalclasses that match a given list of symbols
crystalclasses_symbols(symbols, ...)
df, a data frame of crystalclasses
vector of given crystals (array of strings or null). The field "symbol" is to describe the symbol of Crystal class dictionary.
Further parameters like "system"(crystal system) .Other optional arguments-Additional arguments.
This function filter data by a given list of symbols of crystal class dictionary case-insensitive
if (FALSE) { df <-crystalclasses_symbols(c("2/m","mm2")) }
Run the code above in your browser using DataLab