oxide2oxide {GCDkit}R Documentation

Recalculation of one oxide to a different one

Description

Returns a factor needed to multiply concentrations of an element given as an oxide (in wt %) to a different target oxide (of the same element).

Usage

oxide2oxide(formula1, formula2)

Arguments

formula1

character: the oxide which is to be recalculated

formula2

character: the target oxide

Value

A factor for recalculation.

Author(s)

Vojtěch Janoušek, vojtech.janousek@geology.cz

See Also

oxide2ppm, ppm2oxide, molecularWeight

Examples

    oxide2oxide("FeO","Fe2O3")
    oxide2oxide("Mn2O3","MnO")

[Package GCDkit version 6.1 Index]