geomaterials that have the given crystal
Source:R/mindat_geomaterials.R
geomaterials_crystal_system.Rd
: Queries the list of geomaterials that have the given crystal system.
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"
Examples
if (FALSE) {
df <-geomaterials_crystal_system(c("Icosahedral"))
}