crystalclasses_systems {OpenMindat} | R Documentation |
crystalclasses that match a given vector of crystal system (case-insenstive)
Description
: Queries a list of crystalclasses that match a given list of crystal system.
Usage
crystalclasses_systems(systems, ...)
Arguments
systems |
vector of given system. "crystal system of the mineral; "Amorphous","Hexagonal","Icosahedral","Isometric","Monoclinic","Orthorhombic","Tetragonal","Triclinic","Trigonal" |
... |
Further named parameters.Other optional arguments. |
Details
This function filter data by a given list of crystal_system of crystal class dictionary case-insensitive
Value
df, a data frame of crystalclasses
Examples
## Not run:
df <-geomaterials_crystal_system(c("Icosahedral"))
## End(Not run)
[Package OpenMindat version 1.0.1 Index]