View source: R/mindat_geomaterials.R
geomaterials_bi_range | R Documentation |
: Queries the list of geomaterials that have lower birifrigence than lt.
geomaterials_bi_range(gt,lt, ...)
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. |
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).
df, a data frame of geomaterials
## Not run:
df <-geomaterials_bi_range(0.2,0.3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.