conconv | R Documentation |
Converts from percentage oxide by weight to parts per
million of the element and vice versa. wtpct2ppm
and
ppm2wtpct
are special cases.
conconv(x, oxide, wtpct2ppm = TRUE)
wtpct2ppm(x, oxide)
ppm2wtpct(x, oxide)
x |
scalar or vector of wt% or ppm values |
oxide |
Oxide of the element; one of |
wtpct2ppm |
logical. If |
converted values
ppm <- wtpct2ppm(0.308,'TiO2')
wtpct <- ppm2wtpct(ppm,'TiO2')
ppm <- wtpct2ppm(0.308,'TiO2')
wtpct <- ppm2wtpct(ppm,'TiO2')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.