Fit a cluster of nearby peaks starting from a seed table of chemical shifts
Source:R/fitnmr.R
fit_peak_cluster.RdFit a cluster of nearby peaks starting from a seed table of chemical shifts
Arguments
- spec_list
list of spectra
- cs_start
matrix of starting chemical shifts
- spec_ord
order of spectral dimensions
- f_alpha_thresh
alpha threshold for F-test
- omega0_plus
omega0 bounds for each dimension
- r2_start
starting r2 values
- r2_bounds
numeric vector of length 2 with r2 bounds
- sc_start
starting scalar coupling values
- sc_bounds
numeric vector of length 2 with scalar coupling bounds
- plot_main_prefix
optional prefix for plot titles
- peak_num_offset
offset added to peak numbers in plots
- plot_fit_stages
logical indicating whether to plot intermediate fits
- verbose
logical indicating whether to print progress updates