View source: R/show_diff_uptake_data.R
| show_diff_uptake_data | R Documentation |
Present differential deuterium uptake values in selected form
show_diff_uptake_data(
diff_uptake_dat,
theoretical = FALSE,
fractional = FALSE,
renamed = TRUE
)
diff_uptake_dat |
data produced by
|
theoretical |
|
fractional |
|
renamed |
|
The function show_uptake_data generates a subsets
of the diff_uptake_dat based on selected parameters.
The numerical values are rounded to 4 places. The names of columns
are changed to user-friendly ones.
a data.frame object
read_hdx
create_diff_uptake_dataset
diff_uptake_dat <- create_diff_uptake_dataset(alpha_dat)
head(show_diff_uptake_data(diff_uptake_dat))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.