Element_norm {imputeREE} | R Documentation |
Element norm normalize values according to published values for the Primitive mantle and chondrites. By defect, it uses the values from Palme and O'Neill (2014). By default, REE + Y list is provided
Element_norm(
data,
return = "rect",
chondrite = PalmeOneill2014CI,
prefix = NULL,
suffix = NULL,
Element_list = REE_plus_Y_Elements
)
data |
a data frame |
return |
a character from: "rect" for a wide data return,"raw" for a long data return,"append" to append the results to the input data |
chondrite |
an option from: PalmeOneill2014CI, Oneill2014Mantle, McDonough1995CI |
prefix |
A prefix in your columns e.g. ICP_La |
suffix |
A suffix in your columns e.g. La_ppm |
Element_list |
a character vector: indicating the elements that should be normalized. REE + Y by default |
a data frame