add_NormValues {imputeREE}R Documentation

Add Chondrite or Mantle values for normalization.

Description

This is a helper function to work with Element_norm() and Element_denorm(). Takes long pivoted data to match element name and add normalizing values from the Element_data dataset.

Usage

add_NormValues(dat, chondrite = PalmeOneill2014CI)

Arguments

dat

Dataframe or tibble. doc

chondrite

PalmeOneill2014CI, Oneill2014Mantle, McDonough1995CI

Value

a data frame or tibble


[Package imputeREE version 0.0.5 Index]