View source: R/mindat_geomaterials.R
geomaterials_hardness_range | R Documentation |
: Queries the list of geomaterials that have hardness within the given range.
geomaterials_hardness_range(hmin,hmax, ...)
hmin |
float value of the Mohs scale of mineral hardness, which ranging from 0 to 10. |
hmax |
float value of the Mohs scale of mineral hardness, which ranging from 0 to 10. |
... |
Further named parameters.Other optional arguments. |
This function releated to the fields "hardness_min" and "hardness_max" of geomaterials. retrieve all the geomaterials that has the hardness within an given range(hmin,hmax). hmin:the given value of minimum Moh's hardness hamx: maximum Moh's hardness
df, a data frame of geomaterials
## Not run:
df <-geomaterials_hardness_range(2,3)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.