oxide2ppm {GCDkit}R Documentation

Calculation of ppm of atom from wt% of an oxide

Description

Recasts concentrations of an oxide (in wt. %) to that of appropriate cation (in ppm).

Usage

    oxide2ppm(formula,where="WR")

Arguments

formula

character: the oxide which is to be recalculated

where

character: a name of matrix or dataframe with teh data to be recalculated

Value

A numeric matrix with one column containing the recalculated concentrations of the given cation (ppm) for individual samples.

Author(s)

Vojtech Janousek, vojtech.janousek@geology.cz

See Also

ppm2oxide, oxide2oxide, molecularWeight

Examples

     data(sazava)
     accessVar("sazava")
     oxide2ppm("K2O")

[Package GCDkit version 4.1 Index]