geomaterials_bi_less_than {OpenMindat} | R Documentation |
retrieve the geomaterials whose birifrigence are lower density than the given value.
Description
: Queries the list of geomaterials that have lower birifrigence than lt.
Usage
geomaterials_bi_less_than(lt, ...)
Arguments
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 field "bi_max" of geomaterials. retrieve all the geomaterials that has higher birifrigence than the given value(lt).
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomaterials_bi_less_than(0.3)
## End(Not run)
[Package OpenMindat version 1.0.0 Index]