crystalclasses_symbols {OpenMindat} | R Documentation |
crystalclasses that match a given vector of symbols (case-insenstive)
Description
: Queries a list of crystalclasses that match a given list of symbols
Usage
crystalclasses_symbols(symbols, ...)
Arguments
symbols |
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. |
Details
This function filter data by a given list of symbols of crystal class dictionary case-insensitive
Value
df, a data frame of crystalclasses
Examples
## Not run:
df <-crystalclasses_symbols(c("2/m","mm2"))
## End(Not run)
[Package OpenMindat version 1.0.1 Index]