View source: R/mindat_geomaterials.R
geomaterials_lustretype | R Documentation |
: Queries the geomaterials that match an given lustretype.
geomaterials_lustretype(types, ...)
types |
string of the type name (Array of strings or null). adamantine, subadamtine, vitreous, subvitreous, resinous, waxy, greasy, silky, pearly, metallic, submetallic, dull, earthy |
... |
Further named parameters.Other optional arguments. |
This function releated to the field "lustretype" of geomaterials. lustretype(Items Enum): "Adamantine" "Dull" "Earthy" "Greasy" "Metallic" "Pearly" "Resinous" "Silky" "Sub-Adamantine" "Sub-Metallic" "Sub-Vitreous" "Vitreous" "Waxy" multiple choice (AND)
df, a data frame of geomaterials
## Not run:
df <-geomaterials_lustretype(c("Adamantine"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.