geomaterials_crystal_system {OpenMindat} | R Documentation |
: Queries the list of geomaterials that have the given crystal system.
geomaterials_crystal_system(crystals, ...)
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. |
This function releated to the field "crystal_system" of geomaterials. Items Enum: "Amorphous" "Hexagonal" "Icosahedral" "Isometric" "Monoclinic" "Orthorhombic" "Tetragonal" "Triclinic" "Trigonal"
df, a data frame of geomaterials
## Not run:
df <-geomaterials_crystal_system(c("Icosahedral"))
## End(Not run)