DATA ANALYSIS PACKAGE SYMBOL
ConvertComps

ConvertComps[datatable,{component1,component2,...}]
converts the compositional data in a DataTable to a set of new chemical components using matrix transformations.
DetailsDetails
- ConvertComps can convert the chemical composition of a compound from one set of components to a new set of components.
- Internally, the composition is first converted to a set of independent oxides (e.g. SiO2, MgO, CO2, ...), and then to the new set of components.
- The following options can be given:
-
FromMolarData False FromMolarData is an option that specifies the input data are molar amounts. ToMolarData False ToMolarData is an option that specifies the output data should be molar amounts. ToPercent False ToPercent is an option that specifies the output data for should be percentages. ToFractions False ToFractions is an option that specifies the output data for should be fractions. ProjectFrom None ProjectFrom is an option that specifies a list of components from which the data should be projected.