cbk.ref: Return element abundances of reference

Description Usage Arguments Value See Also Examples

View source: R/cbk.ref.R

Description

Return element abundances of reference. The reference includes "Wasson.1988", "McDonough.1995", "Boynton.1989", "Palme.2014", and "Anders.1989".

[1] Wasson, J. T., and Kallemeyn, G. W. (1988). Compositions of chondrites. Phil. Trans. Roy. Soc. London A, 325, 535-544. [2] McDonough, W., and Sun, S. (1995). The composition of the earth. Chemical Geology, 120(3-4), 223-253. [3] Janousek, V. et al. (2015). Geochemical Modelling of Igneous Processes–Principles And Recipes in R Language. Springer [4] Palme, H., Lodders, K. and Jones, A. (2014) Solar System Abundances of the Elements, In Treatise on Geochemistry (Second Edition), edited by Heinrich D. Holland and Karl K. Turekian, Elsevier, Oxford, Pages 15-36. [5] Anders, E., and Grevesse, N.. (1989). Abundances of the elements: Meteoritic and solar. Geochimica et Cosmochimica Acta, 53, 197-214.

Usage

1
cbk.ref(analysis, tableunit = "none", property = NULL)

Arguments

analysis

A name of reference that is one of "Wasson.1988", "McDonough.1995", "Boynton.1989", "Palme.2014", and "Anders.1989".

tableunit

Output unit that will be resolved by ‘cbk.convector’. (default: "none")

property

A numeric vector of element property with label that serves as sort key (default: NULL). You can feed output from ‘cbk.periodic’.

Value

A pmlame of element abundances

See Also

cbk.periodic

Examples

1
2
3
4
cbk.ref("Boynton.1989","ppm")
cbk.ref("Wasson.1988","ppm",cbk.periodic('atomicnumber'))
cbk.ref("Wasson.1988","ppm",cbk.periodic('volatility'))
cbk.ref("McDonough.1995","ppm",cbk.periodic('volatility'))

misasa/chelyabinsk documentation built on Nov. 24, 2020, 5:47 a.m.