Skip to contents

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

Value

df, a data frame of crystalclasses

Details

This function filter data by a given list of crystal_system of crystal class dictionary case-insensitive

Examples

if (FALSE) { # \dontrun{
df <-geomaterials_crystal_system(c("Icosahedral"))
} # }