minsForChemistry {georefdatar} | R Documentation |
Find minerals by their chemistry
Description
Searches for minerals by their chemistry using a regular expression.
Usage
minsForChemistry(pattern, ignore.case = FALSE)
Arguments
pattern |
regular expression for the chemistry |
ignore.case |
switch case insensitivity on or off (default) |
Value
data.frame of minerals where the given pattern matches.
See Also
Examples
minsForChemistry('Mn.*\\(SiO4\\)$')
[Package georefdatar version 0.6.5 Index]