comb_fit_list_fit_tables | R Documentation |
Combine all fitting data points from a list of fits into a single data frame.
comb_fit_list_fit_tables(
fit_list,
add_extra = TRUE,
harmonise_ppm = TRUE,
inc_basis_sigs = FALSE,
inc_indices = TRUE,
add_res_id = TRUE
)
fit_list |
list of fit_result objects. |
add_extra |
add variables in the extra data frame to the output (TRUE). |
harmonise_ppm |
ensure the ppm scale for each fit is identical to the first. |
inc_basis_sigs |
include the individual fitting basis signals in the output table, defaults to FALSE. |
inc_indices |
include indices such as X, Y and coil in the output, defaults to TRUE. These are generally not useful for SVS analysis. |
add_res_id |
add a res_id column to the output to distinguish between datasets. |
a data frame containing the fit data points.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.