geomaterials_fracturetype {OpenMindat} | R Documentation |
retrieve the geomaterials that have the given fracturetype.
Description
: Queries the list of geomaterials that have the given fracturetype.
Usage
geomaterials_fracturetype(types, ...)
Arguments
types |
list of types.fracturetype(Array of strings or null): How the mineral breaks-"Conchoidal" "Fibrous" "Hackly" "Irregular/Uneven" "Micaceous" "None observed" "Splintery" "Step-Like" "Sub-Conchoidal". |
... |
Further named parameters.Other optional arguments. |
Details
This function releated to the field "fracturetype" of geomaterials. fracturetype(Items Enum): "Conchoidal" "Fibrous" "Hackly" "Irregular/Uneven" "Micaceous" "None observed" "Splintery" "Step-Like" "Sub-Conchoidal"
Value
df, a data frame of geomaterials
Examples
## Not run:
df <-geomaterials_fracturetype(c("Step-Like"))
## End(Not run)
[Package OpenMindat version 1.0.0 Index]