R/fitting.R
comb_fit_list_fit_tables.Rd
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
)
list of fit_result objects.
add variables in the extra data frame to the output (TRUE).
ensure the ppm scale for each fit is identical to the first.
include the individual fitting basis signals in the output table, defaults to FALSE.
include indices such as X, Y and coil in the output, defaults to TRUE. These are generally not useful for SVS analysis.
add a res_id column to the output to distinguish between datasets.
a data frame containing the fit data points.