This is 'geoquimica', an open-source R package that gathers functions for assist on the exploration data analysis of geochemistry data. This package was built by researchers of the Geological Survey of Brazil. This package helps to deal with the geochemistry data processing of a typical routine after the analysis. It read a default flat file of the GEOSOL/SGS report, storing the metadata into an object, and skipping header and footer lines. Also, it is able to filter the elements by the number of non-censured data, replaces the censured data to default values, transform the data into minmax or centered log-ratio distribution, and more. Written to be used by the Geochemistry Division Team of the Geological Survey of Brazil.
You can install this package with using
remotes::install_github("gferrsilva/geoquimica")
OR
devtools::install_github("gferrsilva/geoquimica")
dplyr,
purrr,
tidyr,
compositions
geoquimica v0.1.1 (12/03/2021)
- Guilherme Ferreira da Silva, (E-mail: [email protected])
The source code for Qmin is licensed under the GPL-2 License, see LICENSE.