Skip to contents

: Queries the list of geomaterials that have an given diapheny.

Usage

geomaterials_diapheny(diapheny, ...)

Arguments

diapheny

string. The diaphany of the mineral - transparent; translucent; opaque

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of geomaterials

Details

This function releated to the field "diapheny" of geomaterials. The diaphany of the mineral(Items Enum): "Opaque" "Translucent" "Transparent"

Examples

if (FALSE) {
df <-geomaterials_diapheny("Transparent")
}