Description Usage Arguments Details Value
This function calculates double bond equivalents using the formula:
1 | compute_DBE(df, elements = c("C", "H", "N", "O", "S"))
|
df |
a tibble containing a table of the assigned elements with a column name for each element (e.g., "C", "H", "N", "O" and "S") |
elements |
a character vector of the elements used for formula assignment (default = CHNOS) |
DBE= 1 + 0.5(sum [N_i(V_i - 2)])
where N_i is the element number and V_i is the valence for each element i.
df with a column containing DBE values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.