Description Usage Arguments Examples
Adds columns of normalized isotopes
1 | norm_iso(dat)
|
dat |
a data frame containing columns of all individual isotopes ("M_0" etc.) and "Sum" |
1 2 3 4 | df <- df_tidy %>%
spread(., "isotope", "abundance") %>%
as.data.frame(.) %>%
norm_iso(.)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.