Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_cleavagetype: geomaterials that match an given cleavagetype

Description

: Queries the list of geomaterials that match an given cleavagetype

Usage

geomaterials_cleavagetype(types, ...)

Value

df, a data frame of geomaterials

Arguments

types

vector of given cleavagetype (array of strings or null). The field "cleavage" is used to describe the crystallographic orientation of cleavage directions or planes and quality.

...,

Further named parameters.Other optional arguments-Additional arguments.

Details

This function releated to the field "cleavagetype" of geomaterials. Items Enum: "Distinct/Good" "Imperfect/Fair" "None Observed" "Perfect" "Poor/Indistinct" "Very Good"

Examples

Run this code
if (FALSE) {
df <-geomaterials_cleavagetype(c("Poor/Indistinct"))
}

Run the code above in your browser using DataLab