Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ Imports:
stats,
tibble,
tidyselect,
tidyr,
units,
vctrs,
ggplot2,
Expand Down
3 changes: 0 additions & 3 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export(element_to_oxide)
export(geom_kde2d)
export(geom_sk_labels)
export(geom_sk_lines)
export(geom_spider)
export(get_analytical_columns)
export(get_concentration_columns)
export(get_contextual_columns)
Expand All @@ -37,8 +36,6 @@ export(get_error_columns)
export(get_isotope_columns)
export(get_ratio_columns)
export(get_unit_columns)
export(normalise_data)
export(normalise_geochem)
export(oxide_to_element)
export(pb_iso_age_model)
export(pointcloud_distribution)
Expand Down
49 changes: 0 additions & 49 deletions R/ASTR_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -69,52 +69,3 @@
#' @source <https://globalid.dmt-lb.de/>
#' @name ArgentinaDatabase
"ArgentinaDatabase"

#' Geochemical and other standard groups of elements, oxides, or isotopes
#' @format A list of sets of elements, oxides, or isotopes that represent
#' geochemical groups or other commonly used groups. To retrieve the full list
#' of e.g. the HFSE elements, run `standard_groups$HFSE`.
#' \describe{
#' \item{REE}{Rare Earth Elements, taken from Periodic table of elements}
#' \item{HFSE}{High field-strength elements as listed in Salters (1998)}
#' \item{LILE}{Large-ion lithophile elements, as listed in Rudnick (1998)}
#' }
#'
#' @references Salters, V.J.M. (1998). Elements: High field strength. In:
#' Geochemistry. Encyclopedia of Earth Science. Springer, Dordrecht.
#' https://doi.org/10.1007/1-4020-4496-8_101
#'
#' Rudnick, R.L. (1998). Elements: Large-ion lithophile. In: Geochemistry.
#' Encyclopedia of Earth Science. Springer, Dordrecht.
#' https://doi.org/10.1007/1-4020-4496-8_104
#'
#' @name standard_groups
"standard_groups"

#' Reference compositions
#'
#' @format A list including sets of chemical compositions often used as
#' reference composition for e.g. normalisation. Values are stored as named
#' vectors of their concentration with assigned units (using
#' \link[units]{set_units}). To retrieve the list of elements and their
#' concentrations for e.g. the PM, run `references_geochem$PM`.
#' \describe{
#' \item{chondrite}{CI chondrite composition in ppm, as defined by Sun &
#' McDonough (1989)}
#' \item{PM}{Primitive mantle composition in ppm, as defined by Sun &
#' McDonough (1989)}
#' \item{NMORB}{Normal Mid-ocean ridge basalt composition in ppm, as defined
#' by Sun & McDonough (1989)}
#' \item{EMORB}{Enhanced Mid-Ocean Ridge Basalt composition in ppm, as
#' defined by Sun & McDonough (1989)}
#' \item{OIB}{Ocean Island Basalt composition in ppm, as defined by Sun &
#' McDonough (1989)}
#' }
#'
#' @references Sun, S.-S. & McDonough, W.F. (1989). Chemical and isotopic
#' systematics of oceanic basalts. Geological Society, London, Special
#' Publications 42, pp.313-345. Table 1, page 318.
#' <https://doi.org/10.1144/gsl.sp.1989.042.01.19>.
#'
#' @name references_geochem
"references_geochem"
191 changes: 0 additions & 191 deletions R/ASTR_geom_spider.R

This file was deleted.

110 changes: 0 additions & 110 deletions R/ASTR_normalise_geochem.R

This file was deleted.

Loading
Loading