Skip to contents

: Queries the geomaterials match an given optical signs.

Usage

geomaterials_opticalsign(signs, ...)

Arguments

signs

list of the signs(string or null). sign for uniaxial and biaxial minerals: +;-;+/- .Please refer to the details.

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of geomaterials

Details

This function releated to the field "opticalsign" of geomaterials. Optical sign: single choice (Enum): "+", "+/-", "-"

Examples

if (FALSE) {
df <-geomaterials_opticalsign("-")
}