Learn R Programming

OpenMindat (version 1.0.1)

crystalclasses_systems: crystalclasses that match a given vector of crystal system (case-insenstive)

Description

: Queries a list of crystalclasses that match a given list of crystal system.

Usage

crystalclasses_systems(systems, ...)

Value

df, a data frame of crystalclasses

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.

Details

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

Examples

Run this code
if (FALSE) {
df <-geomaterials_crystal_system(c("Icosahedral"))
}

Run the code above in your browser using DataLab