Learn R Programming

OpenMindat (version 1.0.1)

geomaterials_ri_lt: retrieve the geomaterials that refractive index lower than an given value(lt).

Description

: Queries the geomaterials have the lower refractive index than an given value(lt).

Usage

geomaterials_ri_lt(lt,...)

Value

df, a data frame of geomaterials

Arguments

lt

float value. Refractive index, to (rimin<=)

...,

Further named parameters.Other optional arguments.

Details

This function releated to the field "ri_max" of geomaterials. retrieve the geomaterials with the refractive index lower than an given value(lt).

Examples

Run this code
if (FALSE) {
df <-geomaterials_ri_lt(0.5)
}

Run the code above in your browser using DataLab