Skip to contents

: Queries the geomaterials match an given optical type.

Usage

geomaterials_opticaltype(types, ...)

Arguments

types

list of the types for the field of opticaltype. 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 "opticaltype" of geomaterials. transparent mineral. opticaltype(Enum) :"Biaxial" "Isotropic" "Uniaxial"

Examples

if (FALSE) {
df <-geomaterials_opticaltype("Isotropic")
}