geomaterials_bi_range: retrieve the geomaterials whose birifrigence are higher and...

View source: R/mindat_geomaterials.R

geomaterials_bi_rangeR Documentation

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

Description

: Queries the list of geomaterials that have lower birifrigence than lt.

Usage

geomaterials_bi_range(gt,lt, ...)

Arguments

gt

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

lt

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 fields "bi_min"and "bi_max" of geomaterials. retrieve all the geomaterials that has the birifrigence within the given range of (gt,lt).

Value

df, a data frame of geomaterials

Examples

## Not run: 
df <-geomaterials_bi_range(0.2,0.3)

## End(Not run)

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