Skip to contents

: 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.

Value

df, a data frame of geomaterials

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"))
}