Description Usage Arguments Value
View source: R/compute_elemental_ratios.R
This function computes elemental ratios from user-specified elements.
1 | compute_elemental_ratios(data, num = "H", denom = "C")
|
data |
a tibble containing column names for the desired elements (e.g., "H" or "C") |
num |
character string for the element in the numerator (default = "H") |
denom |
character string for the element in the denominator (default = "C") |
data with a new column containing the computed elemental ratio
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.