Skip to contents

: Queries the geomaterials have the higher refractive index than an given value(gt).

Usage

geomaterials_ri_gt(gt, ...)

Arguments

gt

float value. Refractive index, from (rimax>=).

...,

Further named parameters.Other optional arguments.

Value

df, a data frame of geomaterials

Details

This function releated to the field "ri_min" of geomaterials. retrieve the geomaterials with the refractive index higher than an given value(gt).

Examples

if (FALSE) {
df <-geomaterials_ri_gt(0.3)
}