View source: R/mindat_geomaterials.R
geomaterials_dens_less_than | R Documentation |
: Queries the list of geomaterials that have lower density than lt.
geomaterials_dens_less_than(lt, ...)
lt |
float value. dmeas: measured density of the mineral. This is either the lower limit (if there is a dmeas2) or average (if there is no dmeas2). dmeas2:measured maximum density of mineral |
... |
Further named parameters.Other optional arguments. |
This function releated to the field "density_max" of geomaterials. retrieve all the geomaterials that has higher density than the given density(lt).
df, a data frame of geomaterials
## Not run:
df <-geomaterials_dens_less_than(3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.