geomaterials_bi_greater_than: retrieve the geomaterials whose birifrigence are higher than...

View source: R/mindat_geomaterials.R

geomaterials_bi_greater_thanR Documentation

retrieve the geomaterials whose birifrigence are higher than the given value.

Description

: Queries the list of geomaterials that minmum value of the given birifrigence value.

Usage

geomaterials_bi_greater_than(gt, ...)

Arguments

gt

float value.Birifrigence is calculated from refractive index as (rimax-rimin).Range: bi_min - bi_max.

...

Further named parameters.Other optional arguments.

Details

This function releated to the field "bi_min" of geomaterials. retrieve all the geomaterials that has higher birifrigence than the given value(gt).

Value

df, a data frame of geomaterials

Examples

## Not run: 
df <-geomaterials_bi_greater_than(0.2)

## End(Not run)

OpenMindat documentation built on June 8, 2025, 1:47 p.m.