geomaterials_crystal_system {OpenMindat} | R Documentation |
geomaterials that have the given crystal
Description
: Queries the list of geomaterials that have the given crystal system.
Usage
geomaterials_crystal_system(crystals, ...)
Arguments
crystals |
vector of given crystals. "crystal system of the mineral; "Amorphous","Hexagonal","Icosahedral","Isometric","Monoclinic","Orthorhombic","Tetragonal","Triclinic","Trigonal" |
... |
Further named parameters.Other optional arguments. |
Details
This function releated to the field "crystal_system" of geomaterials. Items Enum: "Amorphous" "Hexagonal" "Icosahedral" "Isometric" "Monoclinic" "Orthorhombic" "Tetragonal" "Triclinic" "Trigonal"
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomaterials_crystal_system(c("Icosahedral"))
## End(Not run)
[Package OpenMindat version 1.0.0 Index]